From 9d79a56402850ac35c57e35fe39990d84e1fd5fa Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 7 Mar 2012 13:35:03 +0000 Subject: Sync OpenBSD patchset 1036: The wlmouse offset should be part of the client, not the server. From Ailin Nemui. --- tmux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 4a24e880..4a860295 100644 --- a/tmux.h +++ b/tmux.h @@ -971,8 +971,6 @@ struct session { struct environ environ; - int wlmouse; - int references; TAILQ_ENTRY(session) gentry; @@ -1195,6 +1193,8 @@ struct client { struct mouse_event last_mouse; + int wlmouse; + int references; }; ARRAY_DECL(clients, struct client *); -- cgit