From 3369481138750f57645fff2bc4d65b39d7ebfbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 7 Jun 2021 00:26:29 +0200 Subject: Add 'put#' action I wanted to call it layer#, but it (rather silently, apart from the crashing...) conflicted with something else. --- src/hint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hint.h') 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 { -- cgit v1.2.3