diff options
Diffstat (limited to 'src/fl_read_image_win32.cxx')
| -rw-r--r-- | src/fl_read_image_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_read_image_win32.cxx b/src/fl_read_image_win32.cxx index 738d43f49..63159813f 100644 --- a/src/fl_read_image_win32.cxx +++ b/src/fl_read_image_win32.cxx @@ -77,7 +77,7 @@ read_win_rectangle(uchar *p, // I - Pixel buffer or NULL to allocate bi.bmiHeader.biClrImportant = 0; // copy bitmap from original DC (Window, Fl_Offscreen, ...) - HDC gc = (HDC)fl_graphics_driver->get_gc(); + HDC gc = (HDC)fl_graphics_driver->gc(); HDC hdc = CreateCompatibleDC(gc); HBITMAP hbm = CreateCompatibleBitmap(gc,w,h); |
