diff options
| author | jacob1 <jfu614@gmail.com> | 2013-01-18 19:37:24 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-01-18 19:37:24 (GMT) |
| commit | ded94b475d643f3e144f677ae6c01bbe5f9a73ce (patch) | |
| tree | caf8d058086bb846abaa3f1fdcfd37bd2a97ea83 /src/Misc.h | |
| parent | b3a2ab735b76185715d7efd848659ef87ca70405 (diff) | |
| download | powder-ded94b475d643f3e144f677ae6c01bbe5f9a73ce.zip powder-ded94b475d643f3e144f677ae6c01bbe5f9a73ce.tar.gz | |
move clipboard functions out of misc.cpp without creating errors
Diffstat (limited to 'src/Misc.h')
| -rw-r--r-- | src/Misc.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -74,17 +74,6 @@ void strappend(char *dst, char *src); void *file_load(char *fn, int *size); -void clipboard_init(); - -#if defined (USE_SDL) && defined(LIN) && defined(SDL_VIDEO_DRIVER_X11) -#include <SDL/SDL.h> -void clipboard_event(SDL_Event event); -#endif - -void clipboard_push_text(char * text); - -char * clipboard_pull_text(); - extern char *clipboard_text; int register_extension(); |
