added Painter version of DisplayDriver
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12048 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,8 +28,14 @@
|
|||||||
|
|
||||||
#define DIRECTDRIVER 4
|
#define DIRECTDRIVER 4
|
||||||
|
|
||||||
|
// The Painter driver will be a complete app_server drawing backend based on
|
||||||
|
// the Anti-Grain Geometry 2D graphics engine. The Painter class encapsulates
|
||||||
|
// all AGG related functionality, while the DisplayDriverPainter class uses
|
||||||
|
// a Painter object to implement all app_server required drawing functions.
|
||||||
|
#define PAINTERDRIVER 5
|
||||||
|
|
||||||
// Display driver to be used by the server.
|
// Display driver to be used by the server.
|
||||||
#define DISPLAYDRIVER VIEWDRIVER
|
#define DISPLAYDRIVER PAINTERDRIVER
|
||||||
|
|
||||||
// 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
|
||||||
|
|||||||
Reference in New Issue
Block a user