summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-03-24 14:20:38 +0000
committerManolo Gouy <Manolo>2015-03-24 14:20:38 +0000
commit6ea2b8baea26cbf7e29ec5085c2ef07cd68a0b3d (patch)
treedac0e90cf0ffe0185b9eb89ac883e247b8f89393 /src/Fl_Device.cxx
parent54773419f9ab87097aea688e330a20ee564cee28 (diff)
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
Diffstat (limited to 'src/Fl_Device.cxx')
-rw-r--r--src/Fl_Device.cxx3
1 files changed, 2 insertions, 1 deletions
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;