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:
Stephan Aßmus 2005-11-04 19:50:34 +00:00
parent e7869c4c74
commit d79939116c

View File

@ -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);