summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h
index fdb59fa2e..acba0c4ff 100644
--- a/src/client.h
+++ b/src/client.h
@@ -193,8 +193,8 @@
WINDOW_UTILITY | \
WINDOW_SPLASHSCREEN)
#define WINDOW_REGULAR_FOCUSABLE (WINDOW_NORMAL | \
- WINDOW_DIALOG | \
- WINDOW_MODAL_DIALOG)
+ WINDOW_TYPE_DIALOG | \
+ WINDOW_UTILITY)
#define WINDOW_TYPE_DONT_FOCUS (WINDOW_SPLASHSCREEN | \
WINDOW_DOCK)