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:
parent
e7869c4c74
commit
d79939116c
@ -304,6 +304,9 @@ class Layer {
|
||||
friend class RootLayer;
|
||||
friend class WinBorder;
|
||||
friend class ServerWindow;
|
||||
#ifndef NEW_CLIPPING
|
||||
friend class OffscreenWinBorder;
|
||||
#endif
|
||||
|
||||
#ifndef NEW_CLIPPING
|
||||
void move_layer(float x, float y);
|
||||
|
Loading…
Reference in New Issue
Block a user