FID, whatever that was, isn't anymore

No traces of FID in the xserver nor in the modules listed in
util/modular/xorg.modules

Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Tomas Carnecky 2009-03-20 16:19:34 +01:00 committed by Peter Hutterer
parent 836864b657
commit 4e0d7cc506

View File

@ -52,8 +52,6 @@ SOFTWARE.
#include "misc.h" #include "misc.h"
#include <stdarg.h> #include <stdarg.h>
#define NullFID ((FID) 0)
#define SCREEN_SAVER_ON 0 #define SCREEN_SAVER_ON 0
#define SCREEN_SAVER_OFF 1 #define SCREEN_SAVER_OFF 1
#define SCREEN_SAVER_FORCER 2 #define SCREEN_SAVER_FORCER 2
@ -66,7 +64,6 @@ SOFTWARE.
#define MAX_BIG_REQUEST_SIZE 4194303 #define MAX_BIG_REQUEST_SIZE 4194303
#endif #endif
typedef pointer FID;
typedef struct _FontPathRec *FontPathPtr; typedef struct _FontPathRec *FontPathPtr;
typedef struct _NewClientRec *NewClientPtr; typedef struct _NewClientRec *NewClientPtr;