(svn r23244) -Feature: if the installation is ananas, try to get the b without b installed

This commit is contained in:
rubidium
2011-11-17 21:17:17 +00:00
parent 4390f6f449
commit 02b884d923
11 changed files with 314 additions and 9 deletions

View File

@@ -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);