diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dix.h b/include/dix.h index 0ca157ad4..20a182d2e 100644 --- a/include/dix.h +++ b/include/dix.h @@ -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( |