]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_popup.c
ignore mouse clicks on override-redirect windows that aren't owned by openbox
[chaz/openbox] / openbox / focus_cycle_popup.c
index 028fa45d806152ac7fd2029da106f9c8ef6fadbc..9a6f2420e7cb17928650e2e0f452f044236eb6db 100644 (file)
@@ -128,12 +128,14 @@ void focus_cycle_popup_startup(gboolean reconfig)
     XMapWindow(ob_display, popup.text);
 
     stacking_add(INTERNAL_AS_WINDOW(&popup));
+    g_hash_table_insert(window_map, &popup.bg, &popup);
 }
 
 void focus_cycle_popup_shutdown(gboolean reconfig)
 {
     icon_popup_free(single_popup);
 
+    g_hash_table_remove(window_map, &popup.bg);
     stacking_remove(INTERNAL_AS_WINDOW(&popup));
 
     while(popup.targets) {
This page took 0.020496 seconds and 4 git commands to generate.