From http://www.jwz.org/xscreensaver/xscreensaver-5.36.tar.gz
[xscreensaver] / utils / textclient.h
index 008e71585029cfb650222cf4cf931094570f9c0d..0fe582dc0c3251945f4d2e7aa1a0ed90dcdd4ed9 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 2012 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 2012-2016 Jamie Zawinski <jwz@jwz.org>
  *
  * 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,14 @@ 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);
+# endif
+
 #endif /* __TEXTCLIENT_H__ */