diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
commit | d568221710959cf7d783e6ff0fb80fb43a231124 (patch) | |
tree | 8d6f039393294c6ffac8533639afdebe5d68bfc1 /hw/xnest/Handlers.c | |
parent | 9508a382f8a9f241dab097d921b6d290c1c3a776 (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'hw/xnest/Handlers.c')
-rw-r--r-- | hw/xnest/Handlers.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xnest/Handlers.c b/hw/xnest/Handlers.c index 6feddebd7..d65116b0d 100644 --- a/hw/xnest/Handlers.c +++ b/hw/xnest/Handlers.c @@ -12,6 +12,8 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ +/* $XFree86: xc/programs/Xserver/hw/xnest/Handlers.c,v 1.2 2001/08/01 00:44:57 tsi Exp $ */ + #include "X.h" #include "Xproto.h" #include "screenint.h" @@ -24,6 +26,7 @@ is" without express or implied warranty. #include "Xnest.h" #include "Display.h" +#include "Events.h" #include "Handlers.h" void xnestBlockHandler(blockData, pTimeout, pReadMask) |