all repos — openbox @ 33caeb559ee80de7c720ac832b5071925afbaaae

openbox fork - make it a bit more like ryudo

Fix gcc warnings in screen.c
Rafael Ignacio Zurita rafaelignacio.zurita@gmail.com
commit

33caeb559ee80de7c720ac832b5071925afbaaae

parent

c7a458b5ade325b9ca213ac9444fd6c956c2bd7d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -1681,7 +1681,7 @@ guint screen_find_monitor(const Rect *search)

{ guint i; guint mostpx_index = screen_num_monitors; - guint mostpx = 0; + glong mostpx = 0; guint closest_distance_index = screen_num_monitors; guint closest_distance = G_MAXUINT; GSList *counted = NULL;