started to move files arround for better source structure, app_server still builds and runs fine, in case you were worried...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11988 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-03-25 17:48:49 +00:00
parent 1f154920f6
commit 3ddd2fc70f
16 changed files with 12 additions and 12 deletions
+12 -12
View File
@@ -16,15 +16,15 @@ SharedLibrary appserver :
CursorData.cpp CursorData.cpp
CursorHandler.cpp CursorHandler.cpp
Decorator.cpp Decorator.cpp
DisplayDriver.cpp drawing/DisplayDriver.cpp
DisplayDriverImpl.cpp drawing/DisplayDriverImpl.cpp
DisplaySupport.cpp drawing/DisplaySupport.cpp
FontFamily.cpp FontFamily.cpp
GraphicsBuffer.cpp GraphicsBuffer.cpp
IPoint.cpp IPoint.cpp
LayerData.cpp LayerData.cpp
PatternHandler.cpp drawing/PatternHandler.cpp
PixelRenderer.cpp drawing/PixelRenderer.cpp
RectUtils.cpp RectUtils.cpp
RGBColor.cpp RGBColor.cpp
ServerBitmap.cpp ServerBitmap.cpp
@@ -50,20 +50,20 @@ Server app_server :
# Manager Classes # Manager Classes
AppServer.cpp AppServer.cpp
BitmapDriver.cpp
CursorManager.cpp CursorManager.cpp
Desktop.cpp Desktop.cpp
ServerApp.cpp ServerApp.cpp
ServerWindow.cpp ServerWindow.cpp
# Display Classes # DisplayDriver Classes
# Clipper.cpp # Clipper.cpp
AccelerantDriver.cpp drawing/AccelerantDriver.cpp
drawing/BitmapDriver.cpp
drawing/ViewDriver.cpp
drawing/DirectDriver.cpp
# We'll just remove this from the build for a little while... # We'll just remove this from the build for a little while...
#ScreenDriver.cpp #drawing/ScreenDriver.cpp
ViewDriver.cpp
DirectDriver.cpp
DefaultDecorator.cpp DefaultDecorator.cpp
Layer.cpp Layer.cpp
RootLayer.cpp RootLayer.cpp