No longer defines ENABLE_INPUT_SERVER_EMULATION if DISPLAYDRIVER is set to HWDRIVER.

Added a ToDo comment about the forgotten find_directory().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12201 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-03-31 19:29:57 +00:00
parent b58f01cef7
commit 914c87ccea

View File

@ -51,12 +51,15 @@
// 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
#if DISPLAYDRIVER != HWDRIVER
# define ENABLE_INPUT_SERVER_EMULATION
#endif
// 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.
#define SERVER_SIGNATURE "application/x-vnd.haiku-app-server"
// ToDo: use find_directory() instead of absolute path names!
// Directory for all app_server-related settings. Must include ending slash.
#define SERVER_SETTINGS_DIR "/boot/home/config/settings/app_server/"
@ -102,4 +105,4 @@
// and ServerWindows
#define DEFAULT_MONITOR_PORT_SIZE 30
#endif
#endif /* _APPSERVER_CONFIG_H */