URI handling for MacOS

This commit is contained in:
Simon Robertshaw
2012-05-13 13:01:29 +01:00
parent 58ea2b2acf
commit 17229ead05
5 changed files with 59 additions and 2 deletions

View File

@@ -293,6 +293,8 @@ void copytext_ui(pixel *vid_buf, char *top, char *txt, char *copytxt);
void info_box(pixel *vid_buf, char *msg);
void info_box_overlay(pixel *vid_buf, char *msg);
char *input_ui(pixel *vid_buf, char *title, char *prompt, char *text, char *shadow);
int confirm_ui(pixel *vid_buf, char *top, char *msg, char *btn);