]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
use the right list in client_add_hide_notify, rename destructor to destroy_notify...
[chaz/openbox] / openbox / keyboard.c
index d758b3869e29cc8868d7b90a9d13102319d06715..1534e1983162d95b1b3d532a57c2181bd649d583 100644 (file)
@@ -324,13 +324,13 @@ void keyboard_startup(gboolean reconfig)
     popup = popup_new(FALSE);
 
     if (!reconfig)
-        client_add_destructor(keyboard_interactive_end_client, NULL);
+        client_add_destroy_notify(keyboard_interactive_end_client, NULL);
 }
 
 void keyboard_shutdown(gboolean reconfig)
 {
     if (!reconfig)
-        client_remove_destructor(keyboard_interactive_end_client);
+        client_remove_destroy_notify(keyboard_interactive_end_client);
 
     if (istate.active)
         keyboard_interactive_end(0, TRUE, 0, TRUE);
This page took 0.020331 seconds and 4 git commands to generate.