X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Fopengl.c;h=076eefbf45364fbaa9101e09417c4072c773698d;hb=14fdf38060a73b35e6a11e6324da960853875339;hp=c8efc053b12c71fe2a28c3a70efe4024c4a3ad8f;hpb=29ebcb4cbb3c65315d6a4a6f51387547d12aaba5;p=swftools.git diff --git a/lib/devices/opengl.c b/lib/devices/opengl.c index c8efc05..076eefb 100644 --- a/lib/devices/opengl.c +++ b/lib/devices/opengl.c @@ -515,7 +515,7 @@ void opengl_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*co -void opengl_drawlink(struct _gfxdevice*dev, gfxline_t*line, char*action) +void opengl_drawlink(struct _gfxdevice*dev, gfxline_t*line, const char*action) { dbg("link"); } @@ -525,12 +525,12 @@ void opengl_endpage(struct _gfxdevice*dev) dbg("endpage"); } -int opengl_result_save(struct _gfxresult*gfx, char*filename) +int opengl_result_save(struct _gfxresult*gfx, const char*filename) { dbg("result:save"); return 0; } -void* opengl_result_get(struct _gfxresult*gfx, char*name) +void* opengl_result_get(struct _gfxresult*gfx, const char*name) { dbg("result:get"); return 0;