diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-01 04:54:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-01 04:54:42 +0000 |
| commit | 9b5770277db2dec6e3864b5ba3482897ab936862 (patch) | |
| tree | 18fb95f2ea16bbf7d942a3bdb573eb41295964ea /openbox/frame.c | |
| parent | fba24cf073dc217d202dfb527bc0c9f8ddcbbd2d (diff) | |
less configurenotify spam
Diffstat (limited to 'openbox/frame.c')
| -rw-r--r-- | openbox/frame.c | 4 |
1 files changed, 0 insertions, 4 deletions
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); |
