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 --- src/Fl_Cairo.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) { -- cgit v1.2.3