deduplication
This commit is contained in:
parent
83f8c93ef1
commit
3cfb24f88b
1 changed files with 1 additions and 6 deletions
|
@ -171,9 +171,9 @@ typedef struct disp_t {
|
||||||
XImage* menu_image;
|
XImage* menu_image;
|
||||||
#endif
|
#endif
|
||||||
} disp_t;
|
} disp_t;
|
||||||
|
extern disp_t disp;
|
||||||
|
|
||||||
#if defined( GUI_IS_X11 )
|
#if defined( GUI_IS_X11 )
|
||||||
extern disp_t disp;
|
|
||||||
|
|
||||||
extern int shm_flag;
|
extern int shm_flag;
|
||||||
|
|
||||||
|
@ -240,7 +240,6 @@ typedef struct SDLWINDOW {
|
||||||
} SDLWINDOW_t;
|
} SDLWINDOW_t;
|
||||||
|
|
||||||
extern ann_struct_t ann_tbl[];
|
extern ann_struct_t ann_tbl[];
|
||||||
extern disp_t disp;
|
|
||||||
extern button_t* buttons;
|
extern button_t* buttons;
|
||||||
extern button_t buttons_sx[];
|
extern button_t buttons_sx[];
|
||||||
extern button_t buttons_gx[];
|
extern button_t buttons_gx[];
|
||||||
|
@ -261,11 +260,8 @@ extern void ShowConnections( char* w, char* i );
|
||||||
extern void exit_x48( int tell_x11 );
|
extern void exit_x48( int tell_x11 );
|
||||||
|
|
||||||
#if defined( GUI_IS_X11 )
|
#if defined( GUI_IS_X11 )
|
||||||
|
|
||||||
extern void refresh_display( void );
|
extern void refresh_display( void );
|
||||||
|
|
||||||
#elif defined( GUI_IS_SDL1 )
|
#elif defined( GUI_IS_SDL1 )
|
||||||
|
|
||||||
extern unsigned int ARGBColors[ BLACK + 1 ];
|
extern unsigned int ARGBColors[ BLACK + 1 ];
|
||||||
|
|
||||||
extern SDL_Surface* sdlwindow;
|
extern SDL_Surface* sdlwindow;
|
||||||
|
@ -312,7 +308,6 @@ void SDLMessageBox( int w, int h, const char* title, const char* text[],
|
||||||
unsigned color, unsigned colortext, int center );
|
unsigned color, unsigned colortext, int center );
|
||||||
void SDLEventWaitClickOrKey( void );
|
void SDLEventWaitClickOrKey( void );
|
||||||
void SDLShowInformation( void );
|
void SDLShowInformation( void );
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* !_X48_GUI_H */
|
#endif /* !_X48_GUI_H */
|
||||||
|
|
Loading…
Reference in a new issue