diff options
Diffstat (limited to 'otherlibs/graph/image.h')
-rw-r--r-- | otherlibs/graph/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/graph/image.h b/otherlibs/graph/image.h index 441da97fb..539cf9f8c 100644 --- a/otherlibs/graph/image.h +++ b/otherlibs/graph/image.h @@ -26,4 +26,4 @@ struct grimage { #define Transparent (-1) -value gr_new_image(int w, int h); +value caml_gr_new_image(int w, int h); |