Qt on Win32: add stub for Qt window_procs

This commit is contained in:
Ray Chason
2018-05-23 23:20:21 -04:00
committed by Pasi Kallinen
parent 41fdc79b7b
commit 7de9266b04

View File

@@ -12,6 +12,10 @@
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()
{