summaryrefslogtreecommitdiff
path: root/src/XGetDCtl.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:49 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:49 +0000
commit3986f13c9319b4f64c7b2ec56391370735e7d51d (patch)
tree75c1586c56260fa99e560cb85302ed4daf8440a3 /src/XGetDCtl.c
parent6b1f87ebe718c9c745d5f4b26343ee3cf34ff5cc (diff)
Diffstat (limited to 'src/XGetDCtl.c')
-rw-r--r--src/XGetDCtl.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/XGetDCtl.c b/src/XGetDCtl.c
index 65c270c..2f060b0 100644
--- a/src/XGetDCtl.c
+++ b/src/XGetDCtl.c
@@ -45,6 +45,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
********************************************************/
+/* $XFree86: xc/lib/Xi/XGetDCtl.c,v 3.4 2002/10/16 00:37:28 dawes Exp $ */
/***********************************************************************
*
@@ -52,12 +53,13 @@ SOFTWARE.
*
*/
-#include "XI.h"
-#include "XIproto.h"
-#include "Xlibint.h"
-#include "Xlib.h"
-#include "XInput.h"
-#include "extutil.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
+#include <X11/Xlibint.h>
+#include <X11/Xlib.h>
+#include <X11/extensions/XInput.h>
+#include <X11/extensions/extutil.h>
+#include "XIint.h"
XDeviceControl
*XGetDeviceControl (dpy, dev, control)
@@ -73,7 +75,7 @@ XDeviceControl
xDeviceState *sav = NULL;
xGetDeviceControlReq *req;
xGetDeviceControlReply rep;
- XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy);
+ XExtDisplayInfo *info = XInput_find_display (dpy);
LockDisplay (dpy);
if (_XiCheckExtInit(dpy, XInput_Add_XChangeDeviceControl) == -1)