diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-05-13 18:30:18 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2018-05-13 18:30:18 +0100 |
commit | 352e8a53ef0f5ad2777b792622e52e6e80dc7bb8 (patch) | |
tree | 5cea9f1d2cc3b7cbdfd75ea9431a9fea23a0b595 /hw/xwin/winconfig.c | |
parent | 82f8fc5ffc0065537896ec43ae60d67d9a164c75 (diff) | |
parent | 545b84e824c7180bb3512c6a248a7c1ebf371698 (diff) |
Merge branch 'cygwin-patches-for-1.20' into cygwin-release-1.20xserver-cygwin-1.20.0-2xserver-cygwin-1.20.0-1
Diffstat (limited to 'hw/xwin/winconfig.c')
-rw-r--r-- | hw/xwin/winconfig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winconfig.c b/hw/xwin/winconfig.c index 31894d2fb..488171b8a 100644 --- a/hw/xwin/winconfig.c +++ b/hw/xwin/winconfig.c @@ -70,6 +70,7 @@ WinCmdlineRec g_cmdline = { #ifdef XWIN_XF86CONFIG NULL, /* keyboard */ #endif + FALSE, /* customDPI */ NULL, /* xkbRules */ NULL, /* xkbModel */ NULL, /* xkbLayout */ |