From 6ea2b8baea26cbf7e29ec5085c2ef07cd68a0b3d Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 24 Mar 2015 14:20:38 +0000 Subject: More detailed documentation about drawing to other surfaces than the computer display. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10651 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Device.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Fl_Device.cxx') diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index 0657af401..5a959f806 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -37,7 +37,8 @@ const char *Fl_Xlib_Graphics_Driver::class_id = "Fl_Xlib_Graphics_Driver"; #endif -/** \brief Use this drawing surface for future graphics requests. */ +/** \brief Make this surface the current drawing surface. + This surface will receive all future graphics requests. */ void Fl_Surface_Device::set_current(void) { fl_graphics_driver = _driver; -- cgit v1.2.3