Added a *serious* speedup to window move code
Added a couple more empty message handlers to ServerWindow Improved DefaultDecorator - works better now DisplayDriver::CopyRegion added and implemented it for ViewDriver git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3637 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -68,8 +68,8 @@ AppServer::AppServer(void) : BApplication (SERVER_SIGNATURE)
|
||||
AppServer::AppServer(void)
|
||||
#endif
|
||||
{
|
||||
_mouseport=create_port(100,SERVER_INPUT_PORT);
|
||||
_messageport=create_port(100,SERVER_PORT_NAME);
|
||||
_mouseport=create_port(200,SERVER_INPUT_PORT);
|
||||
_messageport=create_port(200,SERVER_PORT_NAME);
|
||||
|
||||
_applist=new BList(0);
|
||||
_quitting_server=false;
|
||||
|
||||
Reference in New Issue
Block a user