renamed DisplayDriverPainter.* to DrawingEngine.*

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14696 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-11-04 15:55:53 +00:00
parent 6ed894182f
commit fcd75d6357
1 changed files with 2 additions and 3 deletions

View File

@ -72,7 +72,6 @@ SharedLibrary libhaikuappserver.so :
# drawing
PatternHandler.cpp
DisplayDriver.cpp
# libraries
:
@ -101,11 +100,11 @@ Server haiku_app_server :
ServerApp.cpp
ServerWindow.cpp
# DisplayDriver Classes
# DrawingEngine Classes
AccelerantBuffer.cpp
AccelerantHWInterface.cpp
BitmapBuffer.cpp
DisplayDriverPainter.cpp
DrawingEngine.cpp
MallocBuffer.cpp
UpdateQueue.cpp