]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
allow non-normal windows to go to 0,0. and remove a debugging g_print
[chaz/openbox] / openbox / client.c
index e64fd49c2e0b4a890f852cca627f40e5fabeae85..3e10a9ab15af16297e0750cf2dc2021157eb49c9 100644 (file)
@@ -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))
         {
This page took 0.01985 seconds and 4 git commands to generate.