X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2Ftextclient.h;h=0d9aca3b88436c761758078690b4c356d9d110b1;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=008e71585029cfb650222cf4cf931094570f9c0d;hpb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;p=xscreensaver diff --git a/utils/textclient.h b/utils/textclient.h index 008e7158..0d9aca3b 100644 --- a/utils/textclient.h +++ b/utils/textclient.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2012 Jamie Zawinski +/* xscreensaver, Copyright (c) 2012-2016 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -24,8 +24,16 @@ extern text_data *textclient_open (Display *); extern void textclient_close (text_data *); extern void textclient_reshape (text_data *, int pix_w, int pix_h, - int char_w, int char_h); + int char_w, int char_h, + int max_lines); extern int textclient_getc (text_data *); extern Bool textclient_putc (text_data *, XKeyEvent *); +# if defined(USE_IPHONE) || defined(HAVE_ANDROID) +extern char *textclient_mobile_date_string (void); +extern char *textclient_mobile_url_string (Display *, const char *url); +extern char *textclient_strip_html (const char *); +extern char *textclient_strip_rss (const char *); +# endif + #endif /* __TEXTCLIENT_H__ */