increased port capacity. Should make deadlocks with the ViewDriver not so much a problem.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2179 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -41,8 +41,8 @@ AppServer::AppServer(void) : BApplication("application/x-vnd.obe-OBAppServer")
|
|||||||
printf("AppServer()\n");
|
printf("AppServer()\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
mouseport=create_port(30,SERVER_INPUT_PORT);
|
mouseport=create_port(100,SERVER_INPUT_PORT);
|
||||||
messageport=create_port(20,SERVER_PORT_NAME);
|
messageport=create_port(100,SERVER_PORT_NAME);
|
||||||
#ifdef DEBUG_APPSERVER_THREAD
|
#ifdef DEBUG_APPSERVER_THREAD
|
||||||
printf("Server message port: %ld\n",messageport);
|
printf("Server message port: %ld\n",messageport);
|
||||||
printf("Server input port: %ld\n",mouseport);
|
printf("Server input port: %ld\n",mouseport);
|
||||||
|
|||||||
Reference in New Issue
Block a user