]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
fix moved comment
[chaz/openbox] / openbox / client.c
index f70ab4451fe97f62faeffd6343fa5e602d4db6ab..563eb045399749455b66e91c1f8b129562a7c440 100644 (file)
@@ -1812,10 +1812,7 @@ void client_reconfigure(ObClient *self, gboolean force)
 {
     gint x, y, w, h, lw, lh;
 
-    /* make sure the client's sizes are within its bounds, but only
-       reconfigure the window if it needs to. emacs will update its
-       normal hints every time it receives a conigurenotify */
-        RECT_TO_DIMS(self->area, x, y, w, h);
+    RECT_TO_DIMS(self->area, x, y, w, h);
     if (!force)
         client_try_configure(self, &x, &y, &w, &h, &lw, &lh, FALSE);
     if (force || !RECT_EQUAL_DIMS(self->area, x, y, w, h)) {
This page took 0.024072 seconds and 4 git commands to generate.