Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 4755:436183eb30c8
Merge with main repo (mainly for non-printable character fix)
author | dewyatt |
---|---|
date | Sun, 18 Jul 2010 13:48:23 -0400 |
parents | 11b0a6a3eb4d dbbfdb9ea716 |
children | 518d1679d2d0 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Tue Jul 13 15:05:45 2010 -0400 +++ b/src/video/SDL_sysvideo.h Sun Jul 18 13:48:23 2010 -0400 @@ -303,6 +303,11 @@ void (*StopTextInput) (_THIS); void (*SetTextInputRect) (_THIS, SDL_Rect *rect); + /* Clipboard */ + int (*SetClipboardText) (_THIS, const char *text); + char * (*GetClipboardText) (_THIS); + SDL_bool (*HasClipboardText) (_THIS); + /* * * */ /* Data common to all drivers */ SDL_bool suspend_screensaver; @@ -312,6 +317,7 @@ Uint8 window_magic; Uint8 texture_magic; Uint32 next_object_id; + char * clipboard_text; /* * * */ /* Data used by the GL drivers */