]> Dogcows Code - chaz/openbox/blobdiff - plugins/resistance/resistance.c
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
[chaz/openbox] / plugins / resistance / resistance.c
index aa60b2b1bd005319d9edfb61655aedbbffa82dc4..318447527ef0500fe2888e8f5c90a4cc4f03c888 100644 (file)
@@ -108,8 +108,8 @@ static void resist_move(Client *c, int *x, int *y)
         }
 
     /* get the screen boundaries */
-    for (i = 0; i < screen_num_xin_areas; ++i) {
-        area = screen_area_xinerama(c->desktop, i);
+    for (i = 0; i < screen_num_monitors; ++i) {
+        area = screen_area_monitor(c->desktop, i);
 
         if (!RECT_INTERSECTS_RECT(*area, c->frame->area))
             continue;
This page took 0.024069 seconds and 4 git commands to generate.