aboutsummaryrefslogtreecommitdiff
path: root/src/hint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hint.h')
-rw-r--r--src/hint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hint.h b/src/hint.h
index 7eae815..86eb7a1 100644
--- a/src/hint.h
+++ b/src/hint.h
@@ -123,8 +123,8 @@ typedef enum {
LAYER_BOTTOM = 0,
LAYER_NORMAL = 4,
DEFAULT_TRAY_LAYER = 8,
- LAYER_TOP = 12,
- LAYER_COUNT = 13
+ LAYER_TOP = 10,
+ LAYER_COUNT = 11
} WinLayerType;
typedef struct ClientState {