summaryrefslogtreecommitdiff
path: root/src/c_fl_image_surface.cpp
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-03-28 13:42:35 +1100
committerJed Barber <jjbarber@y7mail.com>2018-03-28 13:42:35 +1100
commit39d3db4cbdfa9d55c428bce9382166744406f936 (patch)
treed0366ccdd57a644b9a6d1f2a9b56046043ef3f1b /src/c_fl_image_surface.cpp
parent651f6158b0ac53d5d21eaeebc99b23b64800e2c3 (diff)
Added FLTK.Images.Shared and completed FLTK.Devices.Surfaces.Image
Diffstat (limited to 'src/c_fl_image_surface.cpp')
-rw-r--r--src/c_fl_image_surface.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/c_fl_image_surface.cpp b/src/c_fl_image_surface.cpp
index eb8d26e..305e3cc 100644
--- a/src/c_fl_image_surface.cpp
+++ b/src/c_fl_image_surface.cpp
@@ -35,6 +35,10 @@ void * fl_image_surface_image(IMAGE_SURFACE s) {
return reinterpret_cast<Fl_Image_Surface*>(s)->image();
}
+void * fl_image_surface_highres_image(IMAGE_SURFACE s) {
+ return reinterpret_cast<Fl_Image_Surface*>(s)->highres_image();
+}
+