diff options
author | 2002-05-14 11:41:02 +0000 | |
---|---|---|
committer | 2002-05-14 11:41:02 +0000 | |
commit | 1932ce4014700e79e98b5ff93b8cbcfb2a115581 (patch) | |
tree | 96ace8f08d1ab0cd1bc3f072f1a4d98ae7b83d0d /Gui/wm/ws.h | |
parent | 8852e42fc7e674a34e65d6ac8ea4866a9bc5068c (diff) |
small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6090 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r-- | Gui/wm/ws.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h index aea0bc01d6..19e7a3ecbf 100644 --- a/Gui/wm/ws.h +++ b/Gui/wm/ws.h @@ -87,14 +87,11 @@ #define wsPVisible 5 #define wsRolled 6 -#define wsWMWMW 0 -#define wsWMUnknown 1 -#define wsWMNetWM 2 -#define wsWMKDE 3 -#define wsWMIceWM 4 -#define wsWMBlackBox 5 -#define wsWMGnome 6 -#define wsWMWMaker 7 +#define wsWMUnknown 0 +#define wsWMNetWM 1 +#define wsWMKDE 2 +#define wsWMIceWM 3 +#define wsWMWMaker 4 #define wsParamDisplay Display *dpy,Window w |