diff src/video/win32/SDL_win32clipboard.h @ 4504:9faebccfefb3

Amazingly the Windows code is almost identical to the Mac OS X code. :)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 08 Jul 2010 23:07:34 -0700
parents eff4e88cc1e8
children
line wrap: on
line diff
--- a/src/video/win32/SDL_win32clipboard.h	Thu Jul 08 22:54:03 2010 -0700
+++ b/src/video/win32/SDL_win32clipboard.h	Thu Jul 08 23:07:34 2010 -0700
@@ -24,9 +24,13 @@
 #ifndef _SDL_win32clipboard_h
 #define _SDL_win32clipboard_h
 
+/* Forward declaration */
+struct SDL_VideoData;
+
 extern int WIN_SetClipboardText(_THIS, const char *text);
 extern char *WIN_GetClipboardText(_THIS);
 extern SDL_bool WIN_HasClipboardText(_THIS);
+extern void WIN_CheckClipboardUpdate(struct SDL_VideoData * data);
 
 #endif /* _SDL_win32clipboard_h */