From d81d54c7a977a034199f24fc8fa7433e634aaf91 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 4 May 2008 11:56:57 +0200 Subject: Revert "make windows stay on screen when they..." This reverts commit 73adc6480d59fc5dccf9fe19ed5234c9582b328c. I know I had a good reason for reverting this commit, I don't know what that reason was though. --- openbox/client.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index b6ca93a3..0ccb343b 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -933,19 +933,6 @@ static gboolean client_restore_session_stacking(ObClient *self) return FALSE; } -void client_reconfigure(ObClient *self, gboolean force) -{ - int x, y, w, h, lw, lh; - - x = self->area.x; - y = self->area.y; - w = self->area.width; - h = self->area.height; - client_try_configure(self, &x, &y, &w, &h, &lw, &lh, FALSE); - client_find_onscreen(self, &x, &y, w, h, FALSE); - client_configure(self, x, y, w, h, FALSE, TRUE, force); -} - void client_move_onscreen(ObClient *self, gboolean rude) { gint x = self->area.x; -- cgit v1.2.3