From 7de9266b049561da957ed6fda25a95464667a21f Mon Sep 17 00:00:00 2001
From: Ray Chason <ray.chason@protonmail.com>
Date: Wed, 23 May 2018 23:20:21 -0400
Subject: [PATCH] Qt on Win32: add stub for Qt window_procs

---
 sys/winnt/stubs.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys/winnt/stubs.c b/sys/winnt/stubs.c
index 2a0d10e79..64193ce17 100644
--- a/sys/winnt/stubs.c
+++ b/sys/winnt/stubs.c
@@ -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()
 {
-- 
2.40.0