=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.933 retrieving revision 1.934 diff -u -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 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.933 2019/11/25 15:04:15 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.934 2019/11/28 09:05:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1148,6 +1148,8 @@ u_int sx; u_int sy; + u_int xpixel; + u_int ypixel; u_int cx; u_int cy; @@ -1927,7 +1929,7 @@ 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_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 *);