]> Dogcows Code - chaz/openbox/commitdiff
when an app doesn't specify PPosition or USPosition, then assume its PPosition
authorDana Jansens <danakj@orodu.net>
Sun, 27 May 2007 21:30:16 +0000 (21:30 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 27 May 2007 21:30:16 +0000 (21:30 +0000)
openbox/client.c

index aa0d8fafc4f77f836e34a33cf63304c24c470fdb..275742b3d8a39e06f28902aabe6d95476ffd30eb 100644 (file)
@@ -427,8 +427,7 @@ void client_manage(Window window)
                                 it is up to the placement routines to avoid
                                 the xinerama divides) */
                              transient ||
-                             (((self->positioned & PPosition) &&
-                               !(self->positioned & USPosition)) &&
+                             (!(self->positioned & USPosition) &&
                               client_normal(self) &&
                               !self->session));
     }
This page took 0.033533 seconds and 4 git commands to generate.