]> granicus.if.org Git - nethack/commitdiff
Qt on Win32: add stub for Qt window_procs
authorRay Chason <ray.chason@protonmail.com>
Thu, 24 May 2018 03:20:21 +0000 (23:20 -0400)
committerPasi Kallinen <paxed@alt.org>
Mon, 10 Sep 2018 18:13:20 +0000 (21:13 +0300)
sys/winnt/stubs.c

index 2a0d10e799d938801627c9a9a5a4bde40019508d..64193ce179bc4211edb6ced09967fbb39ba69510 100644 (file)
 int GUILaunched;
 struct window_procs mswin_procs = { "guistubs" };
 
+#ifdef QT_GRAPHICS
+struct window_procs Qt_procs = { "guistubs" };
+int qt_tilewidth, qt_tileheight, qt_fontsize, qt_compact_mode;
+#endif
 void
 mswin_destroy_reg()
 {