diff options
Diffstat (limited to 'include/windowstr.h')
-rw-r--r-- | include/windowstr.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/windowstr.h b/include/windowstr.h index ccd42a778..b39b3512f 100644 --- a/include/windowstr.h +++ b/include/windowstr.h @@ -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 |