Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32events.c @ 2141:e1a70460c354
stupid indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 03 Jul 2007 09:55:29 +0000 |
parents | 3ee59c43d784 |
children | 003c1b5b07da |
comparison
equal
deleted
inserted
replaced
2140:15b4a74cdac1 | 2141:e1a70460c354 |
---|---|
632 * systems earlier than Windows 2000 to determine whether | 632 * systems earlier than Windows 2000 to determine whether |
633 * the window procedure processed the message or called | 633 * the window procedure processed the message or called |
634 * DefWindowProc to process it. | 634 * DefWindowProc to process it. |
635 */ | 635 */ |
636 if (xbuttonval > 0) { | 636 if (xbuttonval > 0) { |
637 return(TRUE); | 637 return (TRUE); |
638 } | 638 } |
639 } | 639 } |
640 return (0); | 640 return (0); |
641 | 641 |
642 case WM_MOUSEWHEEL: | 642 case WM_MOUSEWHEEL: |