InitDisplay() is x11 specific
This commit is contained in:
parent
ef5c9ba171
commit
5412d63b72
1 changed files with 2 additions and 2 deletions
|
@ -1243,8 +1243,6 @@ extern SDL_Surface* sdlsurface;
|
|||
/* Functions' prototypes */
|
||||
/*************************/
|
||||
|
||||
extern int InitDisplay( int argc, char** argv );
|
||||
|
||||
extern int get_ui_event( void );
|
||||
extern void adjust_contrast( int contrast );
|
||||
|
||||
|
@ -1254,6 +1252,8 @@ extern void exit_x48( int tell_x11 );
|
|||
|
||||
#if defined( GUI_IS_X11 )
|
||||
|
||||
extern int InitDisplay( int argc, char** argv );
|
||||
|
||||
extern void save_options( int argc, char** argv );
|
||||
extern void refresh_icon( void );
|
||||
extern void refresh_display( void );
|
||||
|
|
Loading…
Reference in a new issue