diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-19 07:26:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-19 07:26:05 +0000 |
| commit | a75829699ba5f7e9e6746ae68a04aec38406433a (patch) | |
| tree | 6a0d6eb9ef37ee04e37428b60bdbc72fcd55c522 /render/font.h | |
| parent | 812b9b03f4316eac69ff8101e6fe3c8fbdbac69b (diff) | |
kill the const
Diffstat (limited to 'render/font.h')
| -rw-r--r-- | render/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
