summaryrefslogtreecommitdiff
path: root/src/c_fl_image_surface.cpp
diff options
context:
space:
mode:
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();
+}
+