]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
only enable automatic composite redirection for the client windows, not the frames...
[chaz/openbox] / openbox / keyboard.c
index 9fd38def9452a03d1534cb3cef0a0ab2cedbcc47..7fdd18704eee5cfed3483054d070b2446474b1ed 100644 (file)
@@ -98,11 +98,12 @@ static void set_curpos(KeyBindingTree *newpos)
             g_free(oldtext);
         }
 
-        a = screen_physical_area_monitor_active();
+        a = screen_physical_area_active();
         popup_position(popup, NorthWestGravity, a->x + 10, a->y + 10);
         /* 1 second delay for the popup to show */
         popup_delay_show(popup, G_USEC_PER_SEC, text);
         g_free(text);
+        g_free(a);
     } else {
         popup_hide(popup);
     }
This page took 0.020046 seconds and 4 git commands to generate.