summaryrefslogtreecommitdiff
path: root/dix/main.c
diff options
context:
space:
mode:
authorPaulo Ricardo Zanoni <prz05@c3sl.ufpr.br>2007-04-26 15:58:50 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-04-26 15:58:50 +0930
commit82f97e1c0cc15b050edc82a8f3b9a423d6cf5fe7 (patch)
tree6f9c7205f391c65ef8076736abc3cb135ce19d88 /dix/main.c
parentd61ed6c8a2823a3532439d5cb9f355129c93f523 (diff)
Enable event delivery for multiple heads.
Requires moving the spriteTrace into the DeviceIntRec and adjusting a few functions to take in device argument, most notably XYToWindow(). Cursor rendering on the second screen is busted.
Diffstat (limited to 'dix/main.c')
-rw-r--r--dix/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/main.c b/dix/main.c
index f5b89ba05..2f064a9a7 100644
--- a/dix/main.c
+++ b/dix/main.c
@@ -498,7 +498,6 @@ main(int argc, char *argv[], char *envp[])
FreeScreen(screenInfo.screens[i]);
screenInfo.numScreens = i;
}
- CloseDownEvents();
xfree(WindowTable);
WindowTable = NULL;
FreeFonts();