aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-03-02 13:22:57 +0100
committerSebastian Geerken <devnull@localhost>2014-03-02 13:22:57 +0100
commit1a6d1a182d9358154a1311421150d038f7c1fe11 (patch)
tree9206c6bc8914f9386078ea7a0c050347fbad470e /dw/layout.hh
parent99c1ac5f4ac2681e2740b076a3ab9c0bcab7817e (diff)
Refined recent fix.
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index f76d755a..6b6ceadb 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -203,6 +203,8 @@ private:
enum ButtonEventType { BUTTON_PRESS, BUTTON_RELEASE, MOTION_NOTIFY };
+ void detachWidget (Widget *widget);
+
Widget *getWidgetAtPoint (int x, int y);
void moveToWidget (Widget *newWidgetAtPoint, ButtonState state);