aboutsummaryrefslogtreecommitdiff
path: root/dw/view.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/view.hh')
-rw-r--r--dw/view.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/dw/view.hh b/dw/view.hh
index f2504091..0c8011c7 100644
--- a/dw/view.hh
+++ b/dw/view.hh
@@ -179,7 +179,10 @@ public:
style::Color *color,
style::Color::Shading shading,
int x, int y, const char *text, int len) = 0;
-
+ virtual void drawSimpleWrappedText (style::Font *font, style::Color *color,
+ style::Color::Shading shading,
+ int x, int y, int w, int h,
+ const char *text, int len) = 0;
virtual void drawImage (Imgbuf *imgbuf, int xRoot, int yRoot,
int x, int y, int width, int height) = 0;