aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-11-28 23:22:23 +0100
committerSebastian Geerken <devnull@localhost>2012-11-28 23:22:23 +0100
commit67421929c5ef216b175399f8df54f40f9058ecbf (patch)
treefedb9e077a318102aa9db18abd7ae3d92544e96e /dw/widget.hh
parent9e9deedc7c615c992a735e88ac3987adeb5b13c3 (diff)
parent891e083d172ce40aec3d609ea5e0a4d3cd9df325 (diff)
Merge with http://hg.dillo.org/dillo/.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r--dw/widget.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/widget.hh b/dw/widget.hh
index e18344c7..b50269cf 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -203,7 +203,7 @@ protected:
inline void setCursor (style::Cursor cursor)
{ layout->setCursor (cursor); }
-
+#if 0
inline bool selectionButtonPress (Iterator *it, int charPos, int linkNo,
EventButton *event, bool withinContent)
{ return layout->selectionState.buttonPress (it, charPos, linkNo, event); }
@@ -215,7 +215,7 @@ protected:
inline bool selectionButtonMotion (Iterator *it, int charPos, int linkNo,
EventMotion *event, bool withinContent)
{ return layout->selectionState.buttonMotion (it, charPos, linkNo, event); }
-
+#endif
inline bool selectionHandleEvent (SelectionState::EventType eventType,
Iterator *it, int charPos, int linkNo,
MousePositionEvent *event)