]> Dogcows Code - chaz/openbox/blobdiff - openbox/resist.c
focus fallback when focus is on PointerRoot
[chaz/openbox] / openbox / resist.c
index 5f3ab9b75d9d187856728a0604ee3ef3be914bf2..f34877a08d0a7e1ee705b0d47c3f683e8f22f71b 100644 (file)
@@ -49,7 +49,7 @@ void resist_move_windows(ObClient *c, gint *x, gint *y)
     if (config_resist_win)
         for (it = stacking_list; it != NULL; it = it->next) {
             ObClient *target;
-            int tl, tt, tr, tb; /* 1 past the target's edges on each side */
+            gint tl, tt, tr, tb; /* 1 past the target's edges on each side */
 
             if (!WINDOW_IS_CLIENT(it->data))
                 continue;
This page took 0.020601 seconds and 4 git commands to generate.