summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/input.h2
-rw-r--r--include/windowstr.h5
2 files changed, 0 insertions, 7 deletions
diff --git a/include/input.h b/include/input.h
index 82ee2360c..cf7f82407 100644
--- a/include/input.h
+++ b/include/input.h
@@ -509,8 +509,6 @@ extern int AllocMasterDevice(ClientPtr client,
extern void DeepCopyDeviceClasses(DeviceIntPtr from,
DeviceIntPtr to);
-extern int FocusSemaphoresIsset(WindowPtr win);
-
/* Implemented by the DDX. */
extern int NewInputDeviceRequest(
InputOption *options,
diff --git a/include/windowstr.h b/include/windowstr.h
index c8f35ee3e..a31fdc1df 100644
--- a/include/windowstr.h
+++ b/include/windowstr.h
@@ -188,11 +188,6 @@ typedef struct _Window {
#ifdef ROOTLESS
unsigned rootlessUnhittable:1; /* doesn't hit-test */
#endif
- /* Used to maintain semantics of core protocol for Enter/LeaveNotifies and
- * FocusIn/Out events for multiple pointers/keyboards. Each device ID
- * corresponds to one bit. If set, the device is in the window/has focus.
- */
- char focusinout[(MAXDEVICES + 7)/8];
} WindowRec;
/*