diff options
| author | Manolo Gouy <Manolo> | 2015-08-28 14:04:21 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-08-28 14:04:21 +0000 |
| commit | 5ea322679cdc60c147b53c66917143b3d5b4a559 (patch) | |
| tree | 8f7e24c7598a2504d8f16b987add10752e19c5a6 /src | |
| parent | 3570777a584ae1239b3b5d459379a15070a973a7 (diff) | |
Moved Mac-specific type declaration to mac.H
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10846 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Gl_Device_Plugin.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_Gl_Device_Plugin.cxx b/src/Fl_Gl_Device_Plugin.cxx index a63a4dd50..e9b43d1cf 100644 --- a/src/Fl_Gl_Device_Plugin.cxx +++ b/src/Fl_Gl_Device_Plugin.cxx @@ -90,9 +90,6 @@ static Fl_RGB_Image* capture_gl_rectangle(Fl_Gl_Window *glw, int x, int y, int w } #ifdef __APPLE__ -#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_4 -typedef CGImageAlphaInfo CGBitmapInfo; -#endif static void imgProviderReleaseData (void *info, const void *data, size_t size) { delete (Fl_RGB_Image *)info; |
