]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
some typos
[chaz/openbox] / openbox / menuframe.c
index 4f5a34d8d095c2f5d460406c3194627f4a778296..fdb24afbad7b388ab6b89a279f20c6ef4092b12b 100644 (file)
@@ -952,7 +952,7 @@ gboolean menu_frame_show_topmenu(ObMenuFrame *self, gint x, gint y,
 
     /* find the monitor the menu is on */
     for (i = 0; i < screen_num_monitors; ++i) {
-        Rect a = screen_physical_area_monitor(i);
+        Rect *a = screen_physical_area_monitor(i);
         gboolean contains = RECT_CONTAINS(*a, x, y);
         g_free(a);
         if (contains) {
This page took 0.019883 seconds and 4 git commands to generate.