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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c_fl_image_surface.cpp b/src/c_fl_image_surface.cpp
index da0b723..b03659f 100644
--- a/src/c_fl_image_surface.cpp
+++ b/src/c_fl_image_surface.cpp
@@ -12,6 +12,8 @@
+// Flattened C API
+
IMAGE_SURFACE new_fl_image_surface(int w, int h, int r) {
Fl_Image_Surface *s = new Fl_Image_Surface(w,h,r);
return s;