]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
center the text and icon vertically
[chaz/openbox] / openbox / event.c
index 6bf6e87b27cde03ed9709a78d8556a8b450a8a33..bd3911e2f924be13ff84fd06fd08be4d061fd2eb 100644 (file)
@@ -577,9 +577,6 @@ static void event_process(const XEvent *ec, gpointer data)
             ObClient *c = client_fake_manage(e->xclient.window);
             gulong vals[4];
 
-            /* adjust the decorations so we know the sizes */
-            frame_adjust_area(c->frame, FALSE, TRUE, TRUE);
-
             /* set the frame extents on the window */
             vals[0] = c->frame->size.left;
             vals[1] = c->frame->size.right;
@@ -593,7 +590,7 @@ static void event_process(const XEvent *ec, gpointer data)
         }
     }
     else if (e->type == ConfigureRequest) {
-        /* unhandled config5Aure requests must be used to configure the
+        /* unhandled configure requests must be used to configure the
            window directly */
         XWindowChanges xwc;
 
This page took 0.023037 seconds and 4 git commands to generate.