diff options
| author | Manolo Gouy <Manolo> | 2015-03-24 14:20:38 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-03-24 14:20:38 +0000 |
| commit | 6ea2b8baea26cbf7e29ec5085c2ef07cd68a0b3d (patch) | |
| tree | dac0e90cf0ffe0185b9eb89ac883e247b8f89393 /src/Fl_Device.cxx | |
| parent | 54773419f9ab87097aea688e330a20ee564cee28 (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.cxx | 3 |
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; |
