fix moonlight crashing on Linux by disabling buggy icon set code

This commit is contained in:
AJ Kelly
2011-08-23 14:50:25 -05:00
parent ae80638a7b
commit 38da01759d
3 changed files with 9 additions and 7 deletions
@@ -7,7 +7,7 @@ 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 (*SETSPLASH)( const char *s );
typedef void (*SETPROGRESS)( int progress, int totalWork );
typedef void (*SETINDETERMINATE)( bool indeterminate );