]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Properly react when a client's strut changes.
[chaz/openbox] / openbox / client.c
index b3f95364b9cad5fdf4536ab1e20d92a864dcb0aa..030e893aa9fbceef1b08967b23fd04248a270d65 100644 (file)
@@ -2111,7 +2111,7 @@ void client_update_strut(ObClient *self)
         STRUT_PARTIAL_SET(strut, 0, 0, 0, 0,
                           0, 0, 0, 0, 0, 0, 0, 0);
 
-    if (!STRUT_EQUAL(strut, self->strut)) {
+    if (!PARTIAL_STRUT_EQUAL(strut, self->strut)) {
         self->strut = strut;
 
         /* updating here is pointless while we're being mapped cuz we're not in
This page took 0.024071 seconds and 4 git commands to generate.