author | Sam Lantinga |
Sun, 01 Jan 2017 18:33:28 -0800 | |
changeset 10737 | 3406a0f8b041 |
parent 10638 | d11daa346140 |
child 11811 | 5d94cb6b24d3 |
permissions | -rw-r--r-- |
slouken@4503 | 1 |
/* |
slouken@5535 | 2 |
Simple DirectMedia Layer |
slouken@10737 | 3 |
Copyright (C) 1997-2017 Sam Lantinga <slouken@libsdl.org> |
slouken@4503 | 4 |
|
slouken@5535 | 5 |
This software is provided 'as-is', without any express or implied |
slouken@5535 | 6 |
warranty. In no event will the authors be held liable for any damages |
slouken@5535 | 7 |
arising from the use of this software. |
slouken@4503 | 8 |
|
slouken@5535 | 9 |
Permission is granted to anyone to use this software for any purpose, |
slouken@5535 | 10 |
including commercial applications, and to alter it and redistribute it |
slouken@5535 | 11 |
freely, subject to the following restrictions: |
slouken@4503 | 12 |
|
slouken@5535 | 13 |
1. The origin of this software must not be misrepresented; you must not |
slouken@5535 | 14 |
claim that you wrote the original software. If you use this software |
slouken@5535 | 15 |
in a product, an acknowledgment in the product documentation would be |
slouken@5535 | 16 |
appreciated but is not required. |
slouken@5535 | 17 |
2. Altered source versions must be plainly marked as such, and must not be |
slouken@5535 | 18 |
misrepresented as being the original software. |
slouken@5535 | 19 |
3. This notice may not be removed or altered from any source distribution. |
slouken@4503 | 20 |
*/ |
icculus@8093 | 21 |
#include "../SDL_internal.h" |
slouken@4503 | 22 |
|
slouken@10638 | 23 |
#ifndef SDL_clipboardevents_c_h_ |
slouken@10638 | 24 |
#define SDL_clipboardevents_c_h_ |
slouken@4503 | 25 |
|
slouken@4506 | 26 |
extern int SDL_SendClipboardUpdate(void); |
slouken@4503 | 27 |
|
slouken@10638 | 28 |
#endif /* SDL_clipboardevents_c_h_ */ |
slouken@4503 | 29 |
|
slouken@4503 | 30 |
/* vi: set ts=4 sw=4 expandtab: */ |