Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
5bfafee5
Commit
5bfafee5
authored
Feb 08, 2018
by
Ulrich Sibiller
Committed by
Mihai Moldovan
Feb 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xi: Adapt include sections to match Xorg 7.1
parent
e247900e
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
168 additions
and
168 deletions
+168
-168
allowev.c
nx-X11/programs/Xserver/Xi/allowev.c
+4
-4
chgdctl.c
nx-X11/programs/Xserver/Xi/chgdctl.c
+5
-5
chgfctl.c
nx-X11/programs/Xserver/Xi/chgfctl.c
+5
-5
chgkbd.c
nx-X11/programs/Xserver/Xi/chgkbd.c
+4
-4
chgkmap.c
nx-X11/programs/Xserver/Xi/chgkmap.c
+4
-4
chgprop.c
nx-X11/programs/Xserver/Xi/chgprop.c
+4
-4
chgptr.c
nx-X11/programs/Xserver/Xi/chgptr.c
+6
-6
closedev.c
nx-X11/programs/Xserver/Xi/closedev.c
+6
-6
devbell.c
nx-X11/programs/Xserver/Xi/devbell.c
+4
-4
exevents.c
nx-X11/programs/Xserver/Xi/exevents.c
+3
-3
extinit.c
nx-X11/programs/Xserver/Xi/extinit.c
+2
-2
getbmap.c
nx-X11/programs/Xserver/Xi/getbmap.c
+4
-4
getdctl.c
nx-X11/programs/Xserver/Xi/getdctl.c
+4
-4
getfctl.c
nx-X11/programs/Xserver/Xi/getfctl.c
+4
-4
getfocus.c
nx-X11/programs/Xserver/Xi/getfocus.c
+5
-5
getkmap.c
nx-X11/programs/Xserver/Xi/getkmap.c
+4
-4
getmmap.c
nx-X11/programs/Xserver/Xi/getmmap.c
+5
-5
getprop.c
nx-X11/programs/Xserver/Xi/getprop.c
+5
-5
getselev.c
nx-X11/programs/Xserver/Xi/getselev.c
+5
-5
getvers.c
nx-X11/programs/Xserver/Xi/getvers.c
+4
-4
grabdev.c
nx-X11/programs/Xserver/Xi/grabdev.c
+6
-6
grabdevb.c
nx-X11/programs/Xserver/Xi/grabdevb.c
+5
-5
grabdevk.c
nx-X11/programs/Xserver/Xi/grabdevk.c
+5
-5
gtmotion.c
nx-X11/programs/Xserver/Xi/gtmotion.c
+4
-4
listdev.c
nx-X11/programs/Xserver/Xi/listdev.c
+5
-5
opendev.c
nx-X11/programs/Xserver/Xi/opendev.c
+5
-5
queryst.c
nx-X11/programs/Xserver/Xi/queryst.c
+5
-5
selectev.c
nx-X11/programs/Xserver/Xi/selectev.c
+5
-5
sendexev.c
nx-X11/programs/Xserver/Xi/sendexev.c
+5
-5
setbmap.c
nx-X11/programs/Xserver/Xi/setbmap.c
+4
-4
setdval.c
nx-X11/programs/Xserver/Xi/setdval.c
+4
-4
setfocus.c
nx-X11/programs/Xserver/Xi/setfocus.c
+5
-5
setmmap.c
nx-X11/programs/Xserver/Xi/setmmap.c
+4
-4
setmode.c
nx-X11/programs/Xserver/Xi/setmode.c
+4
-4
ungrdev.c
nx-X11/programs/Xserver/Xi/ungrdev.c
+5
-5
ungrdevb.c
nx-X11/programs/Xserver/Xi/ungrdevb.c
+5
-5
ungrdevk.c
nx-X11/programs/Xserver/Xi/ungrdevk.c
+5
-5
No files found.
nx-X11/programs/Xserver/Xi/allowev.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "allowev.h"
...
...
nx-X11/programs/Xserver/Xi/chgdctl.c
View file @
5bfafee5
...
...
@@ -55,15 +55,15 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
/* control constants */
#include <nx-X11/extensions/XIproto.h>
/* control constants */
#include "XIstubs.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "chgdctl.h"
...
...
nx-X11/programs/Xserver/Xi/chgfctl.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
/* control constants */
#include <nx-X11/extensions/XIproto.h>
/* control constants */
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "chgfctl.h"
...
...
nx-X11/programs/Xserver/Xi/chgkbd.c
View file @
5bfafee5
...
...
@@ -55,15 +55,15 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "XIstubs.h"
#include "globals.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exevents.h"
#include "exglobals.h"
...
...
nx-X11/programs/Xserver/Xi/chgkmap.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exevents.h"
#include "exglobals.h"
...
...
nx-X11/programs/Xserver/Xi/chgprop.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exevents.h"
#include "exglobals.h"
...
...
nx-X11/programs/Xserver/Xi/chgptr.c
View file @
5bfafee5
...
...
@@ -55,17 +55,17 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "XIstubs.h"
#include "windowstr.h"
/* window structure */
#include "scrnintstr.h"
/* screen structure */
#include "windowstr.h"
/* window structure */
#include "scrnintstr.h"
/* screen structure */
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "dixevents.h"
#include "exevents.h"
...
...
nx-X11/programs/Xserver/Xi/closedev.c
View file @
5bfafee5
...
...
@@ -55,16 +55,16 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include "scrnintstr.h"
/* screen structure */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include "scrnintstr.h"
/* screen structure */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "XIstubs.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "closedev.h"
...
...
nx-X11/programs/Xserver/Xi/devbell.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "devbell.h"
...
...
nx-X11/programs/Xserver/Xi/exevents.c
View file @
5bfafee5
...
...
@@ -66,10 +66,10 @@ SOFTWARE.
#include "region.h"
#include "exevents.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "dixevents.h"
/* DeliverFocusedEvent */
#include "dixgrabs.h"
/* CreateGrab() */
#include "dixevents.h"
/* DeliverFocusedEvent */
#include "dixgrabs.h"
/* CreateGrab() */
#include "chgptr.h"
...
...
nx-X11/programs/Xserver/Xi/extinit.c
View file @
5bfafee5
...
...
@@ -60,8 +60,8 @@ SOFTWARE.
#include <nx-X11/X.h>
#include <nx-X11/Xproto.h>
#include "inputstr.h"
#include "gcstruct.h"
/* pointer for extnsionst.h
*/
#include "extnsionst.h"
/* extension entry */
#include "gcstruct.h"
/* pointer for extnsionst.h
*/
#include "extnsionst.h"
/* extension entry */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
...
...
nx-X11/programs/Xserver/Xi/getbmap.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "getbmap.h"
...
...
nx-X11/programs/Xserver/Xi/getdctl.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "getdctl.h"
...
...
nx-X11/programs/Xserver/Xi/getfctl.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "getfctl.h"
...
...
nx-X11/programs/Xserver/Xi/getfocus.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "windowstr.h"
/* focus struct */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "windowstr.h"
/* focus struct */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "getfocus.h"
...
...
nx-X11/programs/Xserver/Xi/getkmap.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "swaprep.h"
...
...
nx-X11/programs/Xserver/Xi/getmmap.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
/* Request macro */
#include <nx-X11/extensions/XIproto.h>
/* Request macro */
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "getmmap.h"
...
...
nx-X11/programs/Xserver/Xi/getprop.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structs */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structs */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "swaprep.h"
...
...
nx-X11/programs/Xserver/Xi/getselev.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window struct */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window struct */
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "swaprep.h"
...
...
nx-X11/programs/Xserver/Xi/getvers.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "getvers.h"
...
...
nx-X11/programs/Xserver/Xi/grabdev.c
View file @
5bfafee5
...
...
@@ -56,16 +56,16 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "dixevents.h"
/* GrabDevice */
#include "dixevents.h"
/* GrabDevice */
#include "grabdev.h"
...
...
nx-X11/programs/Xserver/Xi/grabdevb.c
View file @
5bfafee5
...
...
@@ -55,15 +55,15 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "exevents.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "grabdev.h"
...
...
nx-X11/programs/Xserver/Xi/grabdevk.c
View file @
5bfafee5
...
...
@@ -55,15 +55,15 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "exevents.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "grabdev.h"
...
...
nx-X11/programs/Xserver/Xi/gtmotion.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exevents.h"
#include "exglobals.h"
...
...
nx-X11/programs/Xserver/Xi/listdev.c
View file @
5bfafee5
...
...
@@ -55,15 +55,15 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "XIstubs.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
/* FIXME */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
/* FIXME */
#include "listdev.h"
...
...
nx-X11/programs/Xserver/Xi/opendev.c
View file @
5bfafee5
...
...
@@ -55,15 +55,15 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "XIstubs.h"
#include "windowstr.h"
/* window structure */
#include "windowstr.h"
/* window structure */
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "opendev.h"
...
...
nx-X11/programs/Xserver/Xi/queryst.c
View file @
5bfafee5
...
...
@@ -36,14 +36,14 @@ from The Open Group.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exevents.h"
#include "exglobals.h"
...
...
nx-X11/programs/Xserver/Xi/selectev.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exevents.h"
#include "exglobals.h"
...
...
nx-X11/programs/Xserver/Xi/sendexev.c
View file @
5bfafee5
...
...
@@ -56,14 +56,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* Window
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* Window
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exevents.h"
#include "exglobals.h"
...
...
nx-X11/programs/Xserver/Xi/setbmap.c
View file @
5bfafee5
...
...
@@ -58,14 +58,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "exevents.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "setbmap.h"
...
...
nx-X11/programs/Xserver/Xi/setdval.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "XIstubs.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "setdval.h"
...
...
nx-X11/programs/Xserver/Xi/setfocus.c
View file @
5bfafee5
...
...
@@ -55,17 +55,17 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "windowstr.h"
/* focus struct */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "windowstr.h"
/* focus struct */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "dixevents.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "setfocus.h"
...
...
nx-X11/programs/Xserver/Xi/setmmap.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "exevents.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "setmmap.h"
...
...
nx-X11/programs/Xserver/Xi/setmode.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "XIstubs.h"
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "setmode.h"
...
...
nx-X11/programs/Xserver/Xi/ungrdev.c
View file @
5bfafee5
...
...
@@ -55,13 +55,13 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "ungrdev.h"
...
...
nx-X11/programs/Xserver/Xi/ungrdevb.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "dixgrabs.h"
...
...
nx-X11/programs/Xserver/Xi/ungrdevk.c
View file @
5bfafee5
...
...
@@ -55,14 +55,14 @@ SOFTWARE.
#include <dix-config.h>
#endif
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/X.h>
/* for inputstr.h */
#include <nx-X11/Xproto.h>
/* Request macro */
#include "inputstr.h"
/* DeviceIntPtr
*/
#include "windowstr.h"
/* window structure */
#include <nx-X11/extensions/XI.h>
#include <nx-X11/extensions/XIproto.h>
#include "extnsionst.h"
#include "extinit.h"
/* LookupDeviceIntRec */
#include "extinit.h"
/* LookupDeviceIntRec */
#include "exglobals.h"
#include "dixgrabs.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment