uncomment splash code on gtk loadingwindow; still doesn't work
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user