1 /* |
1 /* |
2 SDL - Simple DirectMedia Layer |
2 Simple DirectMedia Layer |
3 Copyright (C) 1997-2011 Sam Lantinga |
3 Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org> |
4 |
4 |
5 This library is free software; you can redistribute it and/or |
5 This software is provided 'as-is', without any express or implied |
6 modify it under the terms of the GNU Lesser General Public |
6 warranty. In no event will the authors be held liable for any damages |
7 License as published by the Free Software Foundation; either |
7 arising from the use of this software. |
8 version 2.1 of the License, or (at your option) any later version. |
|
9 |
8 |
10 This library is distributed in the hope that it will be useful, |
9 Permission is granted to anyone to use this software for any purpose, |
11 but WITHOUT ANY WARRANTY; without even the implied warranty of |
10 including commercial applications, and to alter it and redistribute it |
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
11 freely, subject to the following restrictions: |
13 Lesser General Public License for more details. |
|
14 |
12 |
15 You should have received a copy of the GNU Lesser General Public |
13 1. The origin of this software must not be misrepresented; you must not |
16 License along with this library; if not, write to the Free Software |
14 claim that you wrote the original software. If you use this software |
17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
15 in a product, an acknowledgment in the product documentation would be |
18 |
16 appreciated but is not required. |
19 Sam Lantinga |
17 2. Altered source versions must be plainly marked as such, and must not be |
20 slouken@libsdl.org |
18 misrepresented as being the original software. |
|
19 3. This notice may not be removed or altered from any source distribution. |
21 */ |
20 */ |
22 #include "SDL_config.h" |
21 #include "SDL_config.h" |
23 |
22 |
24 /* Window event handling code for SDL */ |
23 /* Window event handling code for SDL */ |
25 |
24 |