summaryrefslogtreecommitdiff
path: root/src/XGtSelect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/XGtSelect.c')
-rw-r--r--src/XGtSelect.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/XGtSelect.c b/src/XGtSelect.c
index 2d76a4f..f1c72d0 100644
--- a/src/XGtSelect.c
+++ b/src/XGtSelect.c
@@ -45,6 +45,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
********************************************************/
+/* $XFree86: xc/lib/Xi/XGtSelect.c,v 3.4 2002/10/16 00:37:29 dawes Exp $ */
/***********************************************************************
*
@@ -52,11 +53,12 @@ SOFTWARE.
*
*/
-#include "XI.h"
-#include "XIproto.h"
-#include "Xlibint.h"
-#include "XInput.h"
-#include "extutil.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
+#include <X11/Xlibint.h>
+#include <X11/extensions/XInput.h>
+#include <X11/extensions/extutil.h>
+#include "XIint.h"
int
XGetSelectedExtensionEvents (dpy, w, this_client_count, this_client_list,
@@ -71,7 +73,7 @@ XGetSelectedExtensionEvents (dpy, w, this_client_count, this_client_list,
int tlen, alen;
register xGetSelectedExtensionEventsReq *req;
xGetSelectedExtensionEventsReply rep;
- XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy);
+ XExtDisplayInfo *info = XInput_find_display (dpy);
LockDisplay (dpy);
if (_XiCheckExtInit(dpy, XInput_Initial_Release) == -1)