diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-07-06 15:43:08 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-07-06 15:43:08 +0930 |
commit | 5ccc09b18244f91a06b3bea20b02a97280d1a229 (patch) | |
tree | 485d8f1818f2f42490c79ed252e38eec05c06f6a /include/dix.h | |
parent | c1a16bdcfe7aa907fe78f27dc606a8e5a2699952 (diff) |
Use the same struct for generic event masks throughout the code.
Renaming those structs too.
Previously grabs were using a different struct than windows, which was
reasonably stupid.
Diffstat (limited to 'include/dix.h')
-rw-r--r-- | include/dix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dix.h b/include/dix.h index be1cb95f2..2fc625438 100644 --- a/include/dix.h +++ b/include/dix.h @@ -52,6 +52,7 @@ SOFTWARE. #include "window.h" #include "input.h" #include "cursor.h" +#include "geext.h" #include <X11/extensions/XI.h> #define EARLIER -1 |