]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / client.c
index b6ca93a32d69e376d27ccadbd75d1759f58af6b4..ab00cd0d6cfb3eb21f018f3e8cf60fced8269de2 100644 (file)
@@ -232,6 +232,7 @@ void client_manage(Window window, ObPrompt *prompt)
 
     ob_debug("Window type: %d", self->type);
     ob_debug("Window group: 0x%x", self->group?self->group->leader:0);
+    ob_debug("Window name: %s class: %s", self->name, self->class);
 
     /* now we have all of the window's information so we can set this up.
        do this before creating the frame, so it can tell that we are still
@@ -933,19 +934,6 @@ static gboolean client_restore_session_stacking(ObClient *self)
     return FALSE;
 }
 
-void client_reconfigure(ObClient *self, gboolean force)
-{
-    int x, y, w, h, lw, lh;
-
-    x = self->area.x;
-    y = self->area.y;
-    w = self->area.width;
-    h = self->area.height;
-    client_try_configure(self, &x, &y, &w, &h, &lw, &lh, FALSE);
-    client_find_onscreen(self, &x, &y, w, h, FALSE);
-    client_configure(self, x, y, w, h, FALSE, TRUE, force);
-}
-
 void client_move_onscreen(ObClient *self, gboolean rude)
 {
     gint x = self->area.x;
This page took 0.020232 seconds and 4 git commands to generate.