From a75829699ba5f7e9e6746ae68a04aec38406433a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 07:26:05 +0000 Subject: [PATCH] kill the const --- render/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/font.h b/render/font.h index 9cb4f2c9..b5806a4a 100644 --- a/render/font.h +++ b/render/font.h @@ -6,7 +6,7 @@ void font_startup(void); ObFont *font_open(char *fontstring); void font_close(ObFont *f); -int font_measure_string(ObFont *f, const char *str, int shadow, int offset); +int font_measure_string(ObFont *f, char *str, int shadow, int offset); int font_height(ObFont *f, int shadow, int offset); int font_max_char_width(ObFont *f); void font_draw(XftDraw *d, TextureText *t, int x, int y, int w, int h); -- 2.39.2