mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 10:40:29 +01:00
xcmisc: warning fix
xcmisc.c:202: warning: no previous prototype for ‘XCMiscExtensionInit’ Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
67e0bcba43
commit
d057e265c8
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ extern void XTestExtensionInit(INITARGS);
|
|||
extern void XTestExtension1Init(INITARGS);
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
extern void XCMiscExtensionInit(INITARGS);
|
||||
#endif
|
||||
|
||||
#ifdef SCREENSAVER
|
||||
extern void ScreenSaverExtensionInit (INITARGS);
|
||||
#include <X11/extensions/saver.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue