]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
Merge branch 'backport'
[chaz/openbox] / openbox / screen.c
index 9ebeffee80691b07e20f5e54609f6450ea6def57..a8da15c0f1b42aeb33f830279401d6d2b50b1822 100644 (file)
@@ -1510,7 +1510,7 @@ Rect* screen_area(guint desktop, guint head, Rect *search)
 guint screen_find_monitor(Rect *search)
 {
     guint i;
-    guint most = 0;
+    guint most = screen_num_monitors;
     guint mostv = 0;
 
     for (i = 0; i < screen_num_monitors; ++i) {
This page took 0.020494 seconds and 4 git commands to generate.