summaryrefslogtreecommitdiff
path: root/dw/fltkplatform.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkplatform.cc')
-rw-r--r--dw/fltkplatform.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc
index 64229155..229fbcfa 100644
--- a/dw/fltkplatform.cc
+++ b/dw/fltkplatform.cc
@@ -60,7 +60,7 @@ FltkFont::FltkFont (core::style::FontAttrs *attrs)
* means mono, and fltk::TIMES means serif.
*/
font = HELVETICA->plus (fa);
- }
+ }
setfont(font, size);
spaceWidth = (int)getwidth(" ");
@@ -141,7 +141,7 @@ FltkColor * FltkColor::create (int col)
colorsTable->put (color, color);
}
- return color;
+ return color;
}
void FltkView::addFltkWidget (::fltk::Widget *widget,
@@ -320,7 +320,7 @@ void FltkPlatform::generalIdle ()
/* Execute the first function in the list. */
idleFunc = idleQueue->getFirst ();
(layout->*(idleFunc->func)) ();
-
+
/* Remove this function. */
idleQueue->removeRef(idleFunc);
}