mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: purge dead device-based window access code.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -89,14 +89,6 @@ typedef struct _GenericClientMasks {
|
||||
GenericMaskPtr geClients;
|
||||
} GenericClientMasksRec, *GenericClientMasksPtr;
|
||||
|
||||
typedef struct _WindowAccessRec {
|
||||
int defaultRule; /* WindowAccessDenyAll */
|
||||
DeviceIntPtr* perm;
|
||||
int nperm;
|
||||
DeviceIntPtr* deny;
|
||||
int ndeny;
|
||||
} WindowAccessRec, *WindowAccessPtr;
|
||||
|
||||
typedef struct _WindowOpt {
|
||||
VisualID visual; /* default: same as parent */
|
||||
CursorPtr cursor; /* default: window.cursorNone */
|
||||
@@ -114,7 +106,6 @@ typedef struct _WindowOpt {
|
||||
struct _OtherInputMasks *inputMasks; /* default: NULL */
|
||||
DevCursorList deviceCursors; /* default: NULL */
|
||||
struct _GenericClientMasks *geMasks; /* default: NULL */
|
||||
WindowAccessRec access;
|
||||
} WindowOptRec, *WindowOptPtr;
|
||||
|
||||
#define BackgroundPixel 2L
|
||||
|
||||
Reference in New Issue
Block a user