From 07f60c3a38d562f333df9d41453b2fa872f95410 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 15:08:19 +0000 Subject: fix moved comment --- openbox/client.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index f70ab445..563eb045 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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)) { -- cgit v1.2.3