summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-10-01 15:28:41 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-10-01 15:28:41 +0000
commit98c794fee95146ec04e63ba757f4875530f865ac (patch)
treef0c4d019b78ab9b3f760efb6ba9a29fc78f6808e /src
parent6dce14f1f5bb26208b4d5d49891c38cc156522e8 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Cairo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Cairo.cxx b/src/Fl_Cairo.cxx
index 6a87d3c8c..dda01f142 100644
--- a/src/Fl_Cairo.cxx
+++ b/src/Fl_Cairo.cxx
@@ -37,7 +37,7 @@ Fl_Cairo_State Fl::cairo_state_; ///< contains all necesary info for current cai
// Fl cairo features implementation
/**
- Provides a corresponding cairo context for Window \a w.
+ Provides a corresponding cairo context for window \a wi.
This is needed in a draw() override if Fl::cairo_autolink_context()
returns false, which is the default.
The cairo_context() does not need to be freed as it is freed every time
@@ -93,7 +93,7 @@ static cairo_surface_t * cairo_create_surface(void * gc, int W, int H) {
}
/**
- Creates a cairo context from a \a gc only, get its window size or offscreen size if fl_window is null
+ Creates a cairo context from a \a gc only, get its window size or offscreen size if fl_window is null.
\note Only available when configure has the --enable-cairo option
*/
cairo_t * Fl::cairo_make_current(void *gc) {