X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Ftextclient.h;h=4f9a2bd609f7cd7eb4c441d11df9a92f777f55c9;hp=008e71585029cfb650222cf4cf931094570f9c0d;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hpb=dba664f31aa87285db4d76cf8c5e66335299703a diff --git a/utils/textclient.h b/utils/textclient.h index 008e7158..4f9a2bd6 100644 --- a/utils/textclient.h +++ b/utils/textclient.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2012 Jamie Zawinski +/* xscreensaver, Copyright (c) 2012-2014 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,7 +24,8 @@ 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 *);