[debian-edu-commits] debian-edu/ 04/437: Use correct symbol name.
Mike Gabriel
sunweaver at debian.org
Sun Mar 2 23:49:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository debian-edu-artwork.
commit cce06eb3296ea77724c4e93d7cd4c85a7190dcfd
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Tue Aug 1 10:29:42 2006 +0000
Use correct symbol name.
---
art/usplash/debian-edu-usplash-theme.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/art/usplash/debian-edu-usplash-theme.c b/art/usplash/debian-edu-usplash-theme.c
index 8c6c4a6..c2b7e55 100644
--- a/art/usplash/debian-edu-usplash-theme.c
+++ b/art/usplash/debian-edu-usplash-theme.c
@@ -24,7 +24,7 @@
#include "usplash-theme.h"
/* Pixmap structure from autogenerated debian-edu-usplash.c */
-extern struct bogl_pixmap pixmap_debian_edu_usplash;
+extern struct bogl_pixmap pixmap___debian_edu_usplash;
/* Font structure built-in to bogl */
extern struct bogl_font font_helvB10;
@@ -34,7 +34,7 @@ struct usplash_theme usplash_theme = {
.version = THEME_VERSION,
/* Background and font */
- .pixmap = &pixmap_debian_edu_usplash,
+ .pixmap = &pixmap___debian_edu_usplash,
.font = &font_helvB10,
/* Palette indexes */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git
More information about the debian-edu-commits
mailing list