mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
27 lines
957 B
Diff
27 lines
957 B
Diff
From 5047810a4c20fab444b8c6eb146c55dcdb0d4219 Mon Sep 17 00:00:00 2001
|
|
From: Aaron Plattner <aplattner@nvidia.com>
|
|
Date: Wed, 06 Mar 2013 17:40:28 +0000
|
|
Subject: 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>
|
|
---
|
|
diff --git a/fb/wfbrename.h b/fb/wfbrename.h
|
|
index 588440c..54d00d0 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
|
|
--
|
|
cgit v0.9.0.2-2-gbebe
|