Qt on Win32: add stub for Qt window_procs
This commit is contained in:
committed by
Pasi Kallinen
parent
41fdc79b7b
commit
7de9266b04
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user