=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.933 retrieving revision 1.934 diff -c -r1.933 -r1.934 *** src/usr.bin/tmux/tmux.h 2019/11/25 15:04:15 1.933 --- src/usr.bin/tmux/tmux.h 2019/11/28 09:05:34 1.934 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.933 2019/11/25 15:04:15 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.934 2019/11/28 09:05:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1148,1153 **** --- 1148,1155 ---- u_int sx; u_int sy; + u_int xpixel; + u_int ypixel; u_int cx; u_int cy; *************** *** 1927,1933 **** void tty_putn(struct tty *, const void *, size_t, u_int); int tty_init(struct tty *, struct client *, int, char *); void tty_resize(struct tty *); ! void tty_set_size(struct tty *, u_int, u_int); void tty_start_tty(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *); --- 1929,1935 ---- void tty_putn(struct tty *, const void *, size_t, u_int); int tty_init(struct tty *, struct client *, int, char *); void tty_resize(struct tty *); ! void tty_set_size(struct tty *, u_int, u_int, u_int, u_int); void tty_start_tty(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *);