uncomment splash code on gtk loadingwindow; still doesn't work

This commit is contained in:
AJ Kelly
2011-08-23 22:09:30 -05:00
parent 94c130065f
commit 89d27a656e
3 changed files with 8 additions and 8 deletions
@@ -6,8 +6,8 @@ struct RageSurface;
typedef const char *(*INIT)(int *argc, char ***argv);
typedef void (*SHUTDOWN)();
typedef void (*SETTEXT)( const char *s );
typedef void (*SETICON)( const RageSurface *pSrcImg );
//typedef void (*SETSPLASH)( const char *s );
//typedef void (*SETICON)( const RageSurface *pSrcImg );
typedef void (*SETSPLASH)( const char *s );
typedef void (*SETPROGRESS)( int progress, int totalWork );
typedef void (*SETINDETERMINATE)( bool indeterminate );