1
0
Fork 0
forked from len0rd/rockbox

Made backgrounds runtime optional in SDL sim. Use --background to turn them on. Also removed two unneeded files.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8642 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dan Everton 2006-02-09 11:17:52 +00:00
parent 0cca6caa8a
commit ee2019d591
5 changed files with 72 additions and 158 deletions

View file

@ -175,6 +175,7 @@
#endif
extern SDL_Surface *gui_surface;
extern bool background; /* True if the background image is enabled */
#endif // #ifndef __UISDL_H__