diff options
| author | Manolo Gouy <Manolo> | 2016-08-23 12:39:27 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-08-23 12:39:27 +0000 |
| commit | b823bb0d45fd42c2a8c7552a1d181f86659f73b5 (patch) | |
| tree | 945350073f1f1794b6ea4dbc618e6493475f1238 /src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | |
| parent | b7146df3691ae0810df3a9d48c906ac15df22a7b (diff) | |
Change comment describing return type of Fl_WinAPI_Screen_Driver::read_win_rectangle()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11887 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx index 5c3388ce3..b89d18881 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx @@ -554,7 +554,7 @@ void Fl_Screen_Driver::font_name(int num, const char *name) { } -Fl_RGB_Image * // O - Pixel buffer or NULL if failed +Fl_RGB_Image * // O - image or NULL if failed Fl_WinAPI_Screen_Driver::read_win_rectangle(uchar *p, // I - Pixel buffer or NULL to allocate int X, // I - Left position int Y, // I - Top position |
