2 * Copyright 2007, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _DRAGGER_PRIVATE_H
6 #define _DRAGGER_PRIVATE_H
12 class BDragger::Private
{
14 Private(BDragger
* dragger
) : fDragger(dragger
) {}
16 static void UpdateShowAllDraggers(bool visible
)
17 { BDragger::_UpdateShowAllDraggers(visible
); }
23 #endif // _DRAGGER_PRIVATE_H