From 98c794fee95146ec04e63ba757f4875530f865ac Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 1 Oct 2008 15:28:41 +0000 Subject: added svn properties and fixed some documentation typos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Cairo_Window.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL/Fl_Cairo_Window.H') diff --git a/FL/Fl_Cairo_Window.H b/FL/Fl_Cairo_Window.H index 3914657a9..a711577c8 100644 --- a/FL/Fl_Cairo_Window.H +++ b/FL/Fl_Cairo_Window.H @@ -26,7 +26,7 @@ // /** \file - Fl_Cairo_Window Hanling transparently a fltk window incorporte a cairo draw callback. + Fl_Cairo_Window Handling transparently a fltk window incorporte a cairo draw callback. */ #ifndef FL_CAIRO_WINDOW_H @@ -50,8 +50,8 @@ All cairo context handling is achieved transparently. \note You can alternatively define your custom cairo fltk window, and thus at least override the draw() method to provide custom cairo - support. In this case you will probably use Fl:cairo_make_current(Fl_Window*) - to attach a context to your window. You should do it on ly when your Window is + support. In this case you will probably use Fl::cairo_make_current(Fl_Window*) + to attach a context to your window. You should do it only when your window is the current window. \see Fl_Window::current() */ class FL_EXPORT Fl_Cairo_Window : public Fl_Double_Window { -- cgit v1.2.3