aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 51fe79a4..a2c1d9fb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -975,8 +975,6 @@ struct session {
struct environ environ;
- int wlmouse;
-
int references;
TAILQ_ENTRY(session) gentry;
@@ -1199,6 +1197,8 @@ struct client {
struct mouse_event last_mouse;
+ int wlmouse;
+
int references;
};
ARRAY_DECL(clients, struct client *);