mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Warning fix
Init.c:139: warning: no previous prototype for ‘ddxBeforeReset’ Just declare the prototype always, seriously.
This commit is contained in:
@@ -169,9 +169,7 @@ extern void SendErrorToClient(
|
||||
extern void MarkClientException(
|
||||
ClientPtr /*client*/);
|
||||
|
||||
#if defined(DDXBEFORERESET)
|
||||
extern void ddxBeforeReset (void);
|
||||
#endif
|
||||
|
||||
/* dixutils.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user