diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-27 17:40:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-27 17:40:13 +0000 |
commit | 23b49e80e5298d9e6bb8f43778cff767717d93ea (patch) | |
tree | 80c14f06e1e68100dc24aaf5eeda4e84a24f494f /proto/fontsproto/font.h | |
parent | 9255e2569280781ec4dcc9bf2904207736f6d4ad (diff) |
Update to fontsproto 2.1.3
Diffstat (limited to 'proto/fontsproto/font.h')
-rw-r--r-- | proto/fontsproto/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/fontsproto/font.h b/proto/fontsproto/font.h index b71046b72..a8346558b 100644 --- a/proto/fontsproto/font.h +++ b/proto/fontsproto/font.h @@ -140,7 +140,7 @@ extern void EmptyFontPatternCache ( extern void CacheFontPattern ( FontPatternCachePtr /* cache */, - char * /* pattern */, + const char * /* pattern */, int /* patlen */, FontPtr /* pFont */ ); @@ -150,7 +150,7 @@ extern FontResolutionPtr GetClientResolutions( extern FontPtr FindCachedFontPattern ( FontPatternCachePtr /* cache */, - char * /* pattern */, + const char * /* pattern */, int /* patlen */ ); |