summaryrefslogtreecommitdiff
path: root/dix/window.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-04-07 19:36:27 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-04-07 19:36:27 +1000
commit6c3b633299f12051fcf37fb8439f358de876cf03 (patch)
tree91d35cc77632048d9cb2c0c932fdea0b98f5395e /dix/window.c
parentadf21dba7617542f08309415e315d4b2699c10e0 (diff)
parent0cfd48130842685828e0662a27272a3a65facd23 (diff)
Merge branch 'master' into xi2
Diffstat (limited to 'dix/window.c')
-rw-r--r--dix/window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dix/window.c b/dix/window.c
index 55faaf05b..44cd99ae7 100644
--- a/dix/window.c
+++ b/dix/window.c
@@ -964,9 +964,6 @@ DestroySubwindows(WindowPtr pWin, ClientPtr client)
return Success;
}
-#define DeviceEventMasks (KeyPressMask | KeyReleaseMask | ButtonPressMask | \
- ButtonReleaseMask | PointerMotionMask)
-
/*****
* ChangeWindowAttributes
*