--- uae/src/targets/t-x11.h 2018/04/24 16:42:20 1.1.1.2 +++ uae/src/targets/t-x11.h 2018/04/24 16:45:02 1.1.1.3 @@ -6,21 +6,7 @@ * Copyright 1997 Bernd Schmidt */ -#if SHM_SUPPORT_LINKS == 1 -#define X11_SWITCH_SHM { "T", " -T : Use MIT-SHM extension\n" }, -#else -#define X11_SWITCH_SHM -#endif - -#define TARGET_SPECIAL_OPTIONS \ - { "x", " -x : Hide X11 mouse cursor\n" }, \ - X11_SWITCH_SHM \ - { "L", " -L : Use low bandwidth mode\n" }, - - -#if !defined USING_GTK_GUI -#define UNSUPPORTED_OPTION_G -#endif +#define TARGET_NAME "x11" #define OPTIONSFILENAME ".uaerc" #define OPTIONS_IN_HOME