Fix compiler warnings about SetVendorRelease and SetVendorString
This commit is contained in:
parent
785c978970
commit
cc465800dd
|
@ -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;
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue