fixed build for old clipping
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14708 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -304,6 +304,9 @@ class Layer {
|
|||||||
friend class RootLayer;
|
friend class RootLayer;
|
||||||
friend class WinBorder;
|
friend class WinBorder;
|
||||||
friend class ServerWindow;
|
friend class ServerWindow;
|
||||||
|
#ifndef NEW_CLIPPING
|
||||||
|
friend class OffscreenWinBorder;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NEW_CLIPPING
|
#ifndef NEW_CLIPPING
|
||||||
void move_layer(float x, float y);
|
void move_layer(float x, float y);
|
||||||
|
|||||||
Reference in New Issue
Block a user