summaryrefslogtreecommitdiff
path: root/src/c_fl_image_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_image_surface.h')
-rw-r--r--src/c_fl_image_surface.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/c_fl_image_surface.h b/src/c_fl_image_surface.h
index 45d3b84..d0f671b 100644
--- a/src/c_fl_image_surface.h
+++ b/src/c_fl_image_surface.h
@@ -8,19 +8,13 @@
#define FL_IMAGE_SURFACE_GUARD
-
-
typedef void* IMAGE_SURFACE;
-
-
extern "C" IMAGE_SURFACE new_fl_image_surface(int w, int h, int r);
extern "C" void free_fl_image_surface(IMAGE_SURFACE s);
-
-
extern "C" void fl_image_surface_draw(IMAGE_SURFACE s, void * w, int dx, int dy);
extern "C" void fl_image_surface_draw_decorated_window(IMAGE_SURFACE s, void * w, int dx, int dy);
@@ -34,3 +28,4 @@ extern "C" void fl_image_surface_set_current(IMAGE_SURFACE s);
#endif
+