Integrated Adi's new desktop code

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6022 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2004-01-11 22:08:53 +00:00
parent 301e9f216f
commit 3df88aae3d
3 changed files with 42 additions and 41 deletions
+3 -4
View File
@@ -4,7 +4,7 @@
// This is defined to place the server in test mode, which modifies certain things like
// system keyboard shortcuts. Note that it is possible, though senseless, to place it in
// regular mode and still use a display driver which depends on the R5 app_server
//#define TEST_MODE
#define TEST_MODE
// The ViewDriver is a BView/BWindow combination. Plenty of functionality,
// but dog-slow.
@@ -26,8 +26,7 @@
#define HWDRIVER 3
// Display driver to be used by the server.
//#define DISPLAYDRIVER VIEWDRIVER
#define DISPLAYDRIVER HWDRIVER
#define DISPLAYDRIVER VIEWDRIVER
// Uncomment this if the DisplayDriver should only rely on drawing functions implemented
// in software even though hardware-accelerated functions are available
@@ -38,7 +37,7 @@
// Define this if you want the display driver to emulate the input server.
// Comment this out if DISPLAYDRIVER is defined as HWDRIVER.
//#define ENABLE_INPUT_SERVER_EMULATION
#define ENABLE_INPUT_SERVER_EMULATION
// This is the application signature of our app_server when running as a
// regular application. When running as the app_server, this is not used.