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:
+12
-12
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user