InitDisplay() is x11 specific

This commit is contained in:
Gwenhael Le Moine 2023-09-06 16:34:22 +02:00
parent ef5c9ba171
commit 5412d63b72
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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 );