--- uae/src/targets/t-x11.h 2018/04/24 16:40:10 1.1 +++ uae/src/targets/t-x11.h 2018/04/24 16:45:02 1.1.1.3 @@ -6,23 +6,7 @@ * Copyright 1997 Bernd Schmidt */ -#ifndef USE_DGA_EXTENSION -#if SHM_SUPPORT_LINKS == 1 -#define TARGET_SPECIAL_OPTIONS \ - { "x", " -x : Hide X11 mouse cursor\n" }, \ - { "T", " -T : Use MIT-SHM extension\n" }, \ - { "L", " -L : Use low bandwidth mode\n" }, -#else -#define TARGET_SPECIAL_OPTIONS \ - { "x", " -x : Hide X11 mouse cursor\n" }, \ - { "L", " -L : Use low bandwidth mode\n" }, -#endif - -#endif /* not DGA */ - -#if !defined USING_TCL_GUI && !defined USING_FORMS_GUI && !defined USING_GTK_GUI -#define UNSUPPORTED_OPTION_G -#endif +#define TARGET_NAME "x11" #define OPTIONSFILENAME ".uaerc" #define OPTIONS_IN_HOME @@ -31,3 +15,5 @@ #define DEFSERNAME "/dev/ttyS1" #define PICASSO96_SUPPORTED + +#define write_log write_log_standard