aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-18 21:16:09 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-18 21:16:09 +0000
commitd601c42ea224f44faa4cd3cc92992d8dd335062a (patch)
treef24b466a8a278f11dfafd696de82b2909e9d32b1 /tmux.h
parentb23361685367bb4a695a56dc26fedc82de530760 (diff)
downloadrtmux-d601c42ea224f44faa4cd3cc92992d8dd335062a.tar.gz
rtmux-d601c42ea224f44faa4cd3cc92992d8dd335062a.tar.bz2
rtmux-d601c42ea224f44faa4cd3cc92992d8dd335062a.zip
Behave properly when resize not supported.
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 b259270f..1d6c947e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.320 2009-05-18 21:06:16 nicm Exp $ */
+/* $Id: tmux.h,v 1.321 2009-05-18 21:16:09 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1569,7 +1569,7 @@ void window_pane_mouse(struct window_pane *,
const char * layout_name(struct window *);
int layout_lookup(const char *);
void layout_refresh(struct window *, int);
-void layout_resize(struct window_pane *, int);
+int layout_resize(struct window_pane *, int);
int layout_select(struct window *, u_int);
void layout_next(struct window *);
void layout_previous(struct window *);