diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-31 16:16:18 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-31 17:09:13 +1030 |
commit | f781a752e642cfe7d08f841b332c3ae507315598 (patch) | |
tree | 63a37822ab2538f5eb1afbaff190f54d83d37895 /include/windowstr.h | |
parent | 245d1c162c7b13c98a9a28dc7ad441366d7e8006 (diff) |
Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.
Diffstat (limited to 'include/windowstr.h')
-rw-r--r-- | include/windowstr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/windowstr.h b/include/windowstr.h index 13ce60bdd..9bdcadd1e 100644 --- a/include/windowstr.h +++ b/include/windowstr.h @@ -253,8 +253,8 @@ extern DevPrivateKey FocusPrivatesKey; * window/has focus. */ typedef struct _FocusSemaphores { - char enterleave[(MAX_DEVICES + 7)/8]; - char focusinout[(MAX_DEVICES + 7)/8]; + char enterleave[(MAXDEVICES + 7)/8]; + char focusinout[(MAXDEVICES + 7)/8]; } FocusSemaphoresRec, *FocusSemaphoresPtr; #ifdef XEVIE |