Fix compiler warnings about SetVendorRelease and SetVendorString

This commit is contained in:
Greg Kroah-Hartman 2006-06-07 14:03:35 -07:00
parent 785c978970
commit cc465800dd
2 changed files with 6 additions and 3 deletions

View File

@ -78,9 +78,6 @@ extern void GlxSetVisualConfigs(
); );
#endif /* GLXEXT */ #endif /* GLXEXT */
extern void SetVendorRelease(int release); /* in dix/main.c */
extern void SetVendorString(char *string); /* in dix/main.c */
/* Global variables available to all Xserver/hw/dmx routines. */ /* Global variables available to all Xserver/hw/dmx routines. */
int dmxNumScreens; int dmxNumScreens;
DMXScreenInfo *dmxScreens; DMXScreenInfo *dmxScreens;

View File

@ -516,6 +516,12 @@ extern void FreeAllAtoms(void);
extern void InitAtoms(void); extern void InitAtoms(void);
/* main.c */
extern void SetVendorRelease(int release);
extern void SetVendorString(char *string);
/* events.c */ /* events.c */
extern void SetMaskForEvent( extern void SetMaskForEvent(