mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 19:00:08 +01:00
Fix compiler warnings about SetVendorRelease and SetVendorString
This commit is contained in:
parent
785c978970
commit
cc465800dd
2 changed files with 6 additions and 3 deletions
|
|
@ -78,9 +78,6 @@ extern void GlxSetVisualConfigs(
|
|||
);
|
||||
#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. */
|
||||
int dmxNumScreens;
|
||||
DMXScreenInfo *dmxScreens;
|
||||
|
|
|
|||
|
|
@ -516,6 +516,12 @@ extern void FreeAllAtoms(void);
|
|||
|
||||
extern void InitAtoms(void);
|
||||
|
||||
/* main.c */
|
||||
|
||||
extern void SetVendorRelease(int release);
|
||||
|
||||
extern void SetVendorString(char *string);
|
||||
|
||||
/* events.c */
|
||||
|
||||
extern void SetMaskForEvent(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue