diff options
Diffstat (limited to 'apps/windows/winmain.c')
-rw-r--r-- | apps/windows/winmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/windows/winmain.c b/apps/windows/winmain.c index c02bd173..d9c29927 100644 --- a/apps/windows/winmain.c +++ b/apps/windows/winmain.c @@ -588,7 +588,7 @@ void handlekey(int c) exit(0); else if (c == '?' || c == 'h') help(); - else + else pdfapp_onkey(&gapp, c); } @@ -657,7 +657,7 @@ frameproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) return SendMessage(hwndview, message, wParam, lParam); } - return DefWindowProc(hwnd, message, wParam, lParam); + return DefWindowProc(hwnd, message, wParam, lParam); } LRESULT CALLBACK |