- Improve formating of input.c and keyboard.c

svn path=/trunk/; revision=53660
This commit is contained in:
Rafal Harabien 2011-09-09 16:17:02 +00:00
parent 5f3b37f429
commit d18bfcff5e
2 changed files with 2128 additions and 2127 deletions

View file

@ -845,7 +845,8 @@ W32kKeyProcessMessage(LPMSG Msg,
{ VK_HOME, VK_NUMPAD7 }, { VK_HOME, VK_NUMPAD7 },
{ VK_UP, VK_NUMPAD8 }, { VK_UP, VK_NUMPAD8 },
{ VK_PRIOR, VK_NUMPAD9 }, { VK_PRIOR, VK_NUMPAD9 },
{ 0,0 } }; { 0, 0 }
};
PVSC_VK VscVkTable = NULL; PVSC_VK VscVkTable = NULL;
if( !KeyboardLayout || !Msg || if( !KeyboardLayout || !Msg ||