diff options
Diffstat (limited to 'src/EventUtil.c')
-rw-r--r-- | src/EventUtil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/EventUtil.c b/src/EventUtil.c index 54bdfc0..d14f952 100644 --- a/src/EventUtil.c +++ b/src/EventUtil.c @@ -59,10 +59,12 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/Xt/EventUtil.c,v 1.6 2001/12/14 19:56:13 dawes Exp $ */ #include "IntrinsicI.h" #include "PassivGraI.h" #include "StringDefs.h" +#include "EventI.h" static XContext perWidgetInputContext = 0; |