Made DISPLAYDRIVER a true compile time option.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12119 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-03-29 15:39:08 +00:00
parent 7ffc4e7782
commit b2b5acff33
4 changed files with 188 additions and 204 deletions
+2 -2
View File
@@ -618,14 +618,13 @@ void AppServer::DispatchMessage(int32 code, BPortLink &msg)
}
case B_QUIT_REQUESTED:
{
#if DISPLAYDRIVER != HWDRIVER
// Attached Data:
// none
// We've been asked to quit, so (for now) broadcast to all
// test apps to quit. This situation will occur only when the server
// is compiled as a regular Be application.
if(DISPLAYDRIVER== HWDRIVER)
break;
Broadcast(AS_QUIT_APP);
@@ -678,6 +677,7 @@ void AppServer::DispatchMessage(int32 code, BPortLink &msg)
exit_thread(0);
// we are now clear to exit
#endif
break;
}
case AS_SET_SYSCURSOR_DEFAULTS: