summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 67623eee..af0fed59 100644
--- a/tmux.h
+++ b/tmux.h
@@ -663,7 +663,7 @@ struct window {
struct window_pane *active;
struct window_panes panes;
- u_int layout;
+ int lastlayout;
struct layout_cell *layout_root;
u_int sx;