mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Bug 778: add ddxBeforeReset
This commit is contained in:
parent
68d92cca1a
commit
ed7f92e791
5 changed files with 23 additions and 1 deletions
|
|
@ -372,6 +372,10 @@ extern int DoGetImage(
|
|||
extern void IncrementClientCount(void);
|
||||
#endif /* LBX */
|
||||
|
||||
#if defined(DDXBEFORERESET)
|
||||
extern void ddxBeforeReset (void);
|
||||
#endif
|
||||
|
||||
/* dixutils.c */
|
||||
|
||||
extern void CopyISOLatin1Lowered(
|
||||
|
|
|
|||
Loading…
Reference in a new issue