Implement a much more visually appealing, but much more internally
[sgt/putty] / window.c
index 410ba1a..bb43636 100644 (file)
--- a/window.c
+++ b/window.c
@@ -126,6 +126,10 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) {
 
     InitCommonControls();
 
+    /* Ensure a Maximize setting in Explorer doesn't maximise the
+     * config box. */
+    defuse_showwindow();
+
     /*
      * Process the command line.
      */