]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Redraw the focus cycle popup when the list of focusable windows changes, rather than...
[chaz/openbox] / openbox / client.c
index e3a7d6ecd2ef7bf25dd363ee4106c74abbf57827..ae87ff0b2af697d7b338f294b20135ad17d24f1b 100644 (file)
@@ -304,6 +304,7 @@ void client_manage(Window window, ObPrompt *prompt)
     self->obwin.type = Window_Client;
     self->window = window;
     self->prompt = prompt;
+    self->managed = TRUE;
 
     /* non-zero defaults */
     self->wmstate = WithdrawnState; /* make sure it gets updated first time */
@@ -633,6 +634,8 @@ void client_unmanage(ObClient *self)
 
     mouse_grab_for_client(self, FALSE);
 
+    self->managed = FALSE;
+
     /* remove the window from our save set, unless we are managing an internal
        ObPrompt window */
     if (!self->prompt)
This page took 0.0197889999999999 seconds and 4 git commands to generate.