From b823bb0d45fd42c2a8c7552a1d181f86659f73b5 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 23 Aug 2016 12:39:27 +0000 Subject: 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 --- src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3