From dc08107d59d2b1b4bbf840ab156876f52841e15e Mon Sep 17 00:00:00 2001 From: sje Date: Fri, 1 Jun 2007 05:29:09 +0000 Subject: spelled Nikto's name incorrectly (sorry) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@187 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/message_pump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yapp/message_pump.cpp') diff --git a/yapp/message_pump.cpp b/yapp/message_pump.cpp index b70fd6e..277e715 100644 --- a/yapp/message_pump.cpp +++ b/yapp/message_pump.cpp @@ -18,7 +18,7 @@ HANDLE hMPEvent; bool is_full_screen() { int w = GetSystemMetrics(SM_CXSCREEN); int h = GetSystemMetrics(SM_CYSCREEN); - // use ClientRect instead of WindowRect so that it works normally for maximized applications - thx Nickto + // use ClientRect instead of WindowRect so that it works normally for maximized applications - thx Nikto RECT ClientRect; HWND hWnd = 0; -- cgit v1.2.3