diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-06-21 13:44:14 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-06-21 13:44:14 +0000 |
commit | ed7f92e791f052d64cffef4b44eae5160fb24689 (patch) | |
tree | 2cd30e8701517534f52740236f0528ca4ed64025 /include | |
parent | 68d92cca1a696521599db6a826d2187ec0c15f01 (diff) |
Bug 778: add ddxBeforeReset
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( |