From f781a752e642cfe7d08f841b332c3ae507315598 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 31 Oct 2008 16:16:18 +1030 Subject: Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency. --- include/windowstr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/windowstr.h') 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 -- cgit v1.2.3