diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-02-09 18:25:02 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-02-09 18:25:02 +0000 |
| commit | 41e22f2f39f6b9a53d5248669e531e6c8e36a421 (patch) | |
| tree | 48dd8a971667ae53be38524e3d4d27fa92ded326 /FL/fl_draw.H | |
| parent | dee0f5a82452da4334f269ceaee01f2d3df01bc0 (diff) | |
Move ifdef's in RGB_Image into driver system.
- change image caching variable types to uintptr_t
- added driver function to uncache image data
- cleaning up (Xlib and GDI will likely throw syntax errors. Trying to fix ASAP)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11138 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/fl_draw.H')
| -rw-r--r-- | FL/fl_draw.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 690534982..f108ce420 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -27,7 +27,7 @@ #include <FL/x.H> // for Fl_Region #include <FL/Enumerations.H> // for the color names #include <FL/Fl_Window.H> // for fl_set_spot() -#include <FL/Fl_Device.H> // for fl_graphics_driver +#include <FL/Fl_Graphics_Driver.H> // for fl_graphics_driver // Image class... class Fl_Image; |
