Basic clipboard_push_text support for linux

This commit is contained in:
jacksonmj
2011-04-23 00:20:56 +01:00
committed by Simon Robertshaw
parent 3dd82d9ced
commit 34774e7829
5 changed files with 71 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ void clipboard_push_text(char * text);
char * clipboard_pull_text();
extern char *clipboard_text;
int register_extension();
int cpu_check(void);