summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2010-02-24 20:26:52 +0100
committerOlivier Fourdan <fourdan@xfce.org>2010-02-24 20:26:52 +0100
commit98561a5d1f99212eb5be60a71cf9f36f4959686f (patch)
tree92daa63e8e603ef107cbcea2811f386f8acec58c /src/client.h
parent88b0f9105f8a8a688a72743ccf75907f2fed2497 (diff)
downloadxfwm4-98561a5d1f99212eb5be60a71cf9f36f4959686f.tar.gz
Allow only regular windows to be placed either above or below.
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)