Minor fix on indentation.

This commit is contained in:
Jinrong Xie 2014-12-25 12:02:26 -08:00
parent bfe1b60a49
commit c93cdcdbbd
2 changed files with 4 additions and 4 deletions

View File

@ -1543,8 +1543,8 @@ LRESULT CALLBACK fgPlatformWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPAR
break;
}
#endif
//Added by Jinrong Xie (stonexjr@gmail.com) 12/24/2014
//for SpaceNavigator support on Windows.
//Added by Jinrong Xie <stonexjr at gmail.com> 12/24/2014
//for SpaceNavigator support on Windows.
case WM_INPUT:
if (fgHasSpaceball())
{

View File

@ -53,7 +53,7 @@ RAWINPUTDEVICE __fgSpaceball = { 0x01, 0x08, 0x00, 0x00 };
void fgPlatformInitializeSpaceball(void)
{
HWND hwnd;
sball_initialized = 1;
sball_initialized = 1;
if (!fgStructure.CurrentWindow)
{
sball_initialized = 0;