diff options
author | Adam Jackson <ajax@redhat.com> | 2014-07-08 12:13:13 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2014-10-27 15:45:48 -0400 |
commit | 266cd552bd54fd3e7a83ae7178a303285857631e (patch) | |
tree | 94ca956d81a805d219a8c502fc5ab0a981170bfe /fb/fbpict.c | |
parent | e572bcc7f4236b7e0f23ab762f225b3bce37db59 (diff) |
fb: Hide glyph implementation details
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'fb/fbpict.c')
-rw-r--r-- | fb/fbpict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbpict.c b/fb/fbpict.c index 7a9e46aa5..e726691b0 100644 --- a/fb/fbpict.c +++ b/fb/fbpict.c @@ -82,7 +82,7 @@ fbDestroyGlyphCache(void) } } -void +static void fbUnrealizeGlyph(ScreenPtr pScreen, GlyphPtr pGlyph) { |