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:
@@ -35,8 +35,9 @@
|
||||
#define PAINTERDRIVER 5
|
||||
|
||||
// Display driver to be used by the server.
|
||||
#define DISPLAYDRIVER PAINTERDRIVER
|
||||
//#define DISPLAYDRIVER VIEWDRIVER
|
||||
#ifndef DISPLAYDRIVER
|
||||
# define DISPLAYDRIVER PAINTERDRIVER
|
||||
#endif
|
||||
|
||||
// Uncomment this if the DisplayDriver should only rely on drawing functions implemented
|
||||
// in software even though hardware-accelerated functions are available
|
||||
|
||||
Reference in New Issue
Block a user