Reconnect BApplication and trigger reconnect of all BWindows in an application.

* handle bitmap reconnect request in the app server
This commit is contained in:
czeidler
2012-01-22 15:30:16 +13:00
parent 00670f08ef
commit 6c40fc5dfc
5 changed files with 94 additions and 6 deletions
+1
View File
@@ -122,6 +122,7 @@ private:
status_t _SetupServerAllocator();
status_t _InitGUIContext();
status_t _ConnectToServer();
void _ReconnectToServer();
bool _QuitAllWindows(bool force);
bool _WindowQuitLoop(bool quitFilePanels, bool force);
void _ArgvReceived(BMessage* message);