Implemented Screen::SetMode
Added Workspace::SetSpace Removal of old, commented-out server emu code in ScreenDriver Tweaks to ServerProtocol and ServerConfig to have all BApplication messages, main server port name AppServer now works fully at prototype #3 level - really cool with ScreenDriver! git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2814 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -45,6 +45,7 @@ AppServer *app_server=NULL;
|
||||
|
||||
//! Default background color for workspaces
|
||||
RGBColor workspace_default_color(51,102,160);
|
||||
|
||||
/*!
|
||||
\brief Constructor
|
||||
|
||||
@@ -96,8 +97,7 @@ AppServer::AppServer(void)
|
||||
// TODO: fix the cursor display
|
||||
extern int8 default_cursor_data[];
|
||||
ServerCursor *sc=new ServerCursor(default_cursor_data);
|
||||
// extern int8 cross_cursor[];
|
||||
// ServerCursor *sc=new ServerCursor(cross_cursor);
|
||||
|
||||
cursormanager->AddCursor(sc);
|
||||
cursormanager->ChangeCursor(B_CURSOR_DEFAULT, sc->ID());
|
||||
cursormanager->SetCursor(B_CURSOR_DEFAULT);
|
||||
|
||||
Reference in New Issue
Block a user