diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-13 12:01:29 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-13 12:01:29 (GMT) |
| commit | 17229ead05caae32a0c7c6c7a553442abcb6aede (patch) | |
| tree | 702931ea04f9131a9ec132afc4a346137c2846e7 /includes/interface.h | |
| parent | 58ea2b2acf2a959f286ed5ae996b6e6a74206e0d (diff) | |
| download | powder-17229ead05caae32a0c7c6c7a553442abcb6aede.zip powder-17229ead05caae32a0c7c6c7a553442abcb6aede.tar.gz | |
URI handling for MacOS
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h index 2cd8577..61e865e 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -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); |
