aboutsummaryrefslogtreecommitdiff
path: root/window-copy.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:42:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:42:25 +0000
commita58eaec5403d39f2e89e79146a0ffbb90a956679 (patch)
tree07928a20cc78ba386cf1fb20b9aa09e90961fecd /window-copy.c
parent8b4b3ff4fcc73578f66697b158b56fdc28895368 (diff)
parent7fe8edc3962d5c30bf87677ecb2cf8633404f63c (diff)
downloadrtmux-a58eaec5403d39f2e89e79146a0ffbb90a956679.tar.gz
rtmux-a58eaec5403d39f2e89e79146a0ffbb90a956679.tar.bz2
rtmux-a58eaec5403d39f2e89e79146a0ffbb90a956679.zip
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'window-copy.c')
-rw-r--r--window-copy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/window-copy.c b/window-copy.c
index a28cdecc..37025302 100644
--- a/window-copy.c
+++ b/window-copy.c
@@ -2232,7 +2232,7 @@ window_copy_rectangle_toggle(struct window_pane *wp)
}
void
-window_copy_start_drag(struct client *c, unused struct mouse_event *m)
+window_copy_start_drag(struct client *c, struct mouse_event *m)
{
struct window_pane *wp;
u_int x, y;
@@ -2253,7 +2253,7 @@ window_copy_start_drag(struct client *c, unused struct mouse_event *m)
}
void
-window_copy_drag_update(unused struct client *c, struct mouse_event *m)
+window_copy_drag_update(__unused struct client *c, struct mouse_event *m)
{
struct window_pane *wp;
struct window_copy_mode_data *data;
@@ -2274,7 +2274,7 @@ window_copy_drag_update(unused struct client *c, struct mouse_event *m)
}
void
-window_copy_drag_release(unused struct client *c, struct mouse_event *m)
+window_copy_drag_release(__unused struct client *c, struct mouse_event *m)
{
struct window_pane *wp;