summaryrefslogtreecommitdiff
path: root/src/c_fl_copy_surface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_copy_surface.cpp')
-rw-r--r--src/c_fl_copy_surface.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c_fl_copy_surface.cpp b/src/c_fl_copy_surface.cpp
index 1c00ec1..ff88735 100644
--- a/src/c_fl_copy_surface.cpp
+++ b/src/c_fl_copy_surface.cpp
@@ -12,6 +12,8 @@
+// Flattened C API
+
COPY_SURFACE new_fl_copy_surface(int w, int h) {
Fl_Copy_Surface *c = new Fl_Copy_Surface(w,h);
return c;