diff -r 24583caadfee -r abafebc2fbce src/window.cpp --- a/src/window.cpp Tue Feb 13 22:47:05 2007 +0000 +++ b/src/window.cpp Tue Feb 13 22:58:31 2007 +0000 @@ -1919,7 +1919,7 @@ } } -void DeleteNonVitalWindows(void) +void Window::DeleteNonVitalWindows(void) { restart_search: @@ -1947,7 +1947,7 @@ * with this function. It closes all windows calling the standard function, * then, does a little hacked loop of closing all stickied windows. Note * that standard windows (status bar, etc.) are not stickied, so these aren't affected */ -void DeleteAllNonVitalWindows(void) +void Window::DeleteAllNonVitalWindows(void) { /* Delete every window except for stickied ones, then sticky ones as well */ DeleteNonVitalWindows(); @@ -1966,7 +1966,7 @@ } /* Delete all always on-top windows to get an empty screen */ -void HideVitalWindows(void) +void Window::HideVitalWindows(void) { DeleteWindowById(WC_TOOLBAR_MENU, 0); DeleteWindowById(WC_MAIN_TOOLBAR, 0);