]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.c
use const Rect* not Rect const*
[chaz/openbox] / openbox / place.c
index 836c215d9239e27a3aeeae6c4d2ef1bf8032e3b1..c39d5069616b1aa0a6485a151f83d1195eadd30f 100644 (file)
@@ -107,7 +107,7 @@ static Rect **pick_head(ObClient *c)
     screen_pointer_pos(&px, &py);
 
     for (i = 0; i < screen_num_monitors; i++) {
-        Rect const *monitor = screen_physical_area_monitor(i);
+        const Rect *monitor = screen_physical_area_monitor(i);
         gboolean contain = RECT_CONTAINS(*monitor, px, py);
         if (contain) {
             add_choice(choice, i);
This page took 0.020244 seconds and 4 git commands to generate.