From 9b5770277db2dec6e3864b5ba3482897ab936862 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Jun 2007 04:54:42 +0000 Subject: less configurenotify spam --- openbox/frame.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openbox/frame.c') diff --git a/openbox/frame.c b/openbox/frame.c index 0192943f..a8391e48 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -764,10 +764,6 @@ void frame_adjust_area(ObFrame *self, gboolean moved, self->area.width, self->area.height); - /* when the client has StaticGravity, it likes to move around. */ - XMoveWindow(ob_display, self->client->window, - self->size.left, self->size.top); - if (resized) { framerender_frame(self); frame_adjust_shape(self); -- cgit v1.2.3