mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 11:50:06 +01:00
Warning fix
Init.c:139: warning: no previous prototype for ‘ddxBeforeReset’ Just declare the prototype always, seriously.
This commit is contained in:
parent
09ea671cbf
commit
d96bffce2d
1 changed files with 0 additions and 2 deletions
|
|
@ -169,9 +169,7 @@ extern void SendErrorToClient(
|
|||
extern void MarkClientException(
|
||||
ClientPtr /*client*/);
|
||||
|
||||
#if defined(DDXBEFORERESET)
|
||||
extern void ddxBeforeReset (void);
|
||||
#endif
|
||||
|
||||
/* dixutils.c */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue