summaryrefslogtreecommitdiff
path: root/include/inputstr.h
diff options
context:
space:
mode:
authorStuart Kreitman <stuart.kreitman@sun.com>2004-07-30 01:21:57 +0000
committerStuart Kreitman <stuart.kreitman@sun.com>2004-07-30 01:21:57 +0000
commit71164d118c192e96eb2b0fc45514233e9563a568 (patch)
treee9b599d0e441e56e37723c100b50bd15fce28843 /include/inputstr.h
parent82a6a659248bb66a0364eb9eaf331747834fb5c6 (diff)
Integration of XEVIE branch to trunk
https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified Files: cursorstr.h input.h inputstr.h windowstr.h
Diffstat (limited to 'include/inputstr.h')
-rw-r--r--include/inputstr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/inputstr.h b/include/inputstr.h
index 70627629b..b54e8a1d5 100644
--- a/include/inputstr.h
+++ b/include/inputstr.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/include/inputstr.h,v 1.5 2001/12/14 19:59:54 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/include/inputstr.h,v 1.6 2003/04/27 21:31:04 herrb Exp $ */
/************************************************************
Copyright 1987, 1998 The Open Group
@@ -285,6 +285,9 @@ typedef struct _DeviceIntRec {
#ifdef XKB
struct _XkbInterest * xkb_interest;
#endif
+ DevUnion *devPrivates;
+ int nPrivates;
+ DeviceUnwrapProc unwrapProc;
} DeviceIntRec;
typedef struct {