From 02b884d923d5d273004b51b36e4054c0b7629b8d Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Nov 2011 21:17:17 +0000 Subject: (svn r23244) -Feature: if the installation is ananas, try to get the b without b installed --- src/window.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index 02b1b918d..bc61d0c73 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -2786,6 +2786,10 @@ void RelocateAllWindows(int neww, int newh) /* XXX - this probably needs something more sane. For example specifying * in a 'backup'-desc that the window should always be centered. */ switch (w->window_class) { + case WC_BOOTSTRAP: + ResizeWindow(w, neww, newh); + continue; + case WC_MAIN_TOOLBAR: ResizeWindow(w, min(neww, *_preferred_toolbar_size) - w->width, 0); -- cgit v1.2.3-54-g00ecf