From 90885072aaa0c65bb37bdfaa3bd2476daf67cc11 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 26 Jan 2012 09:57:14 +0100 Subject: Reverted last change --- xorg-server/hw/xwin/winmultiwindowclass.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'xorg-server/hw/xwin/winmultiwindowclass.h') diff --git a/xorg-server/hw/xwin/winmultiwindowclass.h b/xorg-server/hw/xwin/winmultiwindowclass.h index 9767656e8..c635ab20b 100644 --- a/xorg-server/hw/xwin/winmultiwindowclass.h +++ b/xorg-server/hw/xwin/winmultiwindowclass.h @@ -47,16 +47,6 @@ typedef struct { /* this structure may be extended in the future */ } WinXWMHints; -/* Window manager hints mask bits */ -#define InputHint (1L << 0) -#define StateHint (1L << 1) -#define IconPixmapHint (1L << 2) -#define IconWindowHint (1L << 3) -#define IconPositionHint (1L << 4) -#define IconMaskHint (1L << 5) -#define WindowGroupHint (1L << 6) -#define UrgencyHint (1L << 8) -#define AllHints (InputHint|StateHint|IconPixmapHint|IconWindowHint|IconPositionHint|IconMaskHint|WindowGroupHint) /* * new version containing base_width, base_height, and win_gravity fields; -- cgit v1.2.3