aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-23 23:56:51 +0100
committerSebastian Geerken <devnull@localhost>2015-01-23 23:56:51 +0100
commit80c90e491f436c20b021d73de5862a19201457e3 (patch)
tree85ecda30caa2e317555232155bfeda446535a6a6 /dw/textblock.hh
parentcf581248257b88e98fa4315525a0ee531b4cb9c8 (diff)
Interrupted drawing etc: cleanup.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh8
1 files changed, 2 insertions, 6 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index dd128a0a..5e626876 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -651,8 +651,6 @@ protected:
int xWidget, int yWidgetBase);
void drawLine (Line *line, core::View *view, core::Rectangle *area,
core::DrawingContext *context);
- void handleOOFReferences (core::StackingIteratorStack *iteratorStack,
- Widget **interruptedWidget, bool backwards);
int findLineIndex (int y);
int findLineIndexWhenNotAllocated (int y);
@@ -812,10 +810,8 @@ protected:
void drawLevel (core::View *view, core::Rectangle *area, int level,
core::DrawingContext *context);
- Widget *getWidgetAtPointLevel (int x, int y,
- core::GettingWidgetAtPointContext *context,
- int level);
- int getLastLevelIndex (int majorLevel, int minorLevel);
+ Widget *getWidgetAtPointLevel (int x, int y, int level,
+ core::GettingWidgetAtPointContext *context);
void sizeRequestImpl (core::Requisition *requisition);
void getExtremesImpl (core::Extremes *extremes);