X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=window.c;fp=window.c;h=b2ff8af3f4e42fce65ff0d507a8d511ff5df0eb0;hb=4482a79162140b650ffde9aeac5bef2d7e3f86ed;hp=9b053daef125bc34f7ac68bf7babb9a98cd8d690;hpb=1b3eb3e20d216fdd0a37e37a818e4b074f1d08ba;p=PuTTY.git diff --git a/window.c b/window.c index 9b053dae..b2ff8af3 100644 --- a/window.c +++ b/window.c @@ -686,8 +686,6 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) SetScrollInfo(hwnd, SB_VERT, &si, FALSE); } - start_backend(); - /* * Prepare the mouse handler. */ @@ -742,7 +740,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) } } - update_specials_menu(NULL); + start_backend(); /* * Set up the initial input locale.