]> granicus.if.org Git - nethack/commitdiff
don't show stubs in window port valid list
authornhmall <nhmall@nethack.org>
Sun, 16 Dec 2018 04:11:52 +0000 (23:11 -0500)
committernhmall <nhmall@nethack.org>
Sun, 16 Dec 2018 04:11:52 +0000 (23:11 -0500)
sys/winnt/stubs.c

index af10a7fc0ea5a3376241fe55fd7478ea9b60ae18..ab6b52271304206f5e6bb0295a6bd7a11aa89de1 100644 (file)
 #endif
 
 int GUILaunched;
-struct window_procs mswin_procs = { "guistubs" };
+struct window_procs mswin_procs = { "-guistubs" };
 
 #ifdef QT_GRAPHICS
-struct window_procs Qt_procs = { "guistubs" };
+struct window_procs Qt_procs = { "-guistubs" };
 int qt_tilewidth, qt_tileheight, qt_fontsize, qt_compact_mode;
 #endif
 void
@@ -54,7 +54,7 @@ char *argv[];
 HANDLE hConIn;
 HANDLE hConOut;
 int GUILaunched;
-struct window_procs tty_procs = { "ttystubs" };
+struct window_procs tty_procs = { "-ttystubs" };
 
 void
 win_tty_init(dir)