summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c
index e64fd49c..3e10a9ab 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -335,6 +335,8 @@ void client_manage(Window window, ObPrompt *prompt)
/* watch for buggy apps that ask to be placed at (0,0) when there is
a strut there */
if (!obplaced && place.x == 0 && place.y == 0 &&
+ /* non-normal windows are allowed */
+ client_normal(self) &&
/* oldschool fullscreen windows are allowed */
!client_is_oldfullscreen(self, &place))
{