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
This commit is contained in:
Manolo Gouy 2016-08-23 12:39:27 +00:00
parent b7146df369
commit b823bb0d45

View File

@ -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