Added a settings option to draw a wall frame around screen.

This commit is contained in:
Savely Skresanov
2012-05-31 17:47:52 +07:00
parent 65e79b4b8f
commit 19ae18c059
5 changed files with 59 additions and 2 deletions

View File

@@ -78,6 +78,10 @@ void *file_load(char *fn, int *size);
void clipboard_push_text(char * text);
void draw_bframe();
void erase_bframe();
char * clipboard_pull_text();
extern char *clipboard_text;