diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2013-03-06 09:40:28 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-03-07 18:20:18 -0800 |
commit | 5047810a4c20fab444b8c6eb146c55dcdb0d4219 (patch) | |
tree | eefa83ddd32d64ea59db9f24d3e1fa20b1ece312 /fb/wfbrename.h | |
parent | 103b77c59e3638a45179bf6d7908f5c738d2d872 (diff) |
fb: Rename wfbDestroyGlyphCache
Renaming this function was missed in commit
9cbcb5bd6a5360a128d15b77a02d8d3351f74366, so both libfb.so and libwfb.so define
functions named fbDestroyGlyphCache.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Søren Sandmann <ssp@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'fb/wfbrename.h')
-rw-r--r-- | fb/wfbrename.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fb/wfbrename.h b/fb/wfbrename.h index 588440c2b..54d00d003 100644 --- a/fb/wfbrename.h +++ b/fb/wfbrename.h @@ -52,6 +52,7 @@ #define fbCreatePixmap wfbCreatePixmap #define fbCreatePixmapBpp wfbCreatePixmapBpp #define fbCreateWindow wfbCreateWindow +#define fbDestroyGlyphCache wfbDestroyGlyphCache #define fbDestroyPixmap wfbDestroyPixmap #define fbDestroyWindow wfbDestroyWindow #define fbDoCopy wfbDoCopy |