DISPLAYDRIVER can now be overridden by a previous definition.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12126 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-03-29 16:57:50 +00:00
parent 490704cb78
commit 74bc93bf37
1 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,9 @@
#define PAINTERDRIVER 5 #define PAINTERDRIVER 5
// Display driver to be used by the server. // Display driver to be used by the server.
#define DISPLAYDRIVER PAINTERDRIVER #ifndef DISPLAYDRIVER
//#define DISPLAYDRIVER VIEWDRIVER # define DISPLAYDRIVER PAINTERDRIVER
#endif
// Uncomment this if the DisplayDriver should only rely on drawing functions implemented // Uncomment this if the DisplayDriver should only rely on drawing functions implemented
// in software even though hardware-accelerated functions are available // in software even though hardware-accelerated functions are available