From 39985d2c5158742fc9e00e7dd90559f9f5c8c75f Mon Sep 17 00:00:00 2001 From: sgeerke Date: Sun, 24 Jun 2012 12:06:15 +0200 Subject: First part of hyphenation! And some minor changes in "lout". --- dw/fltkviewbase.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dw/fltkviewbase.cc') diff --git a/dw/fltkviewbase.cc b/dw/fltkviewbase.cc index 1d385cf9..240937e2 100644 --- a/dw/fltkviewbase.cc +++ b/dw/fltkviewbase.cc @@ -531,9 +531,9 @@ FltkWidgetView::~FltkWidgetView () } void FltkWidgetView::drawText (core::style::Font *font, - core::style::Color *color, - core::style::Color::Shading shading, - int X, int Y, const char *text, int len) + core::style::Color *color, + core::style::Color::Shading shading, + int X, int Y, const char *text, int len) { FltkFont *ff = (FltkFont*)font; fl_font(ff->font, ff->size); -- cgit v1.2.3