=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-copy.c,v retrieving revision 1.140 retrieving revision 1.141 diff -c -r1.140 -r1.141 *** src/usr.bin/tmux/window-copy.c 2015/11/13 08:09:28 1.140 --- src/usr.bin/tmux/window-copy.c 2015/11/18 14:27:44 1.141 *************** *** 1,4 **** ! /* $OpenBSD: window-copy.c,v 1.140 2015/11/13 08:09:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-copy.c,v 1.141 2015/11/18 14:27:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2232,2238 **** } void ! window_copy_start_drag(struct client *c, unused struct mouse_event *m) { struct window_pane *wp; u_int x, y; --- 2232,2238 ---- } void ! window_copy_start_drag(struct client *c, struct mouse_event *m) { struct window_pane *wp; u_int x, y; *************** *** 2253,2259 **** } void ! window_copy_drag_update(unused struct client *c, struct mouse_event *m) { struct window_pane *wp; struct window_copy_mode_data *data; --- 2253,2259 ---- } void ! window_copy_drag_update(__unused struct client *c, struct mouse_event *m) { struct window_pane *wp; struct window_copy_mode_data *data; *************** *** 2274,2280 **** } void ! window_copy_drag_release(unused struct client *c, struct mouse_event *m) { struct window_pane *wp; --- 2274,2280 ---- } void ! window_copy_drag_release(__unused struct client *c, struct mouse_event *m) { struct window_pane *wp;