[BACK]Return to window-copy.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window-copy.c between version 1.140 and 1.141

version 1.140, 2015/11/13 08:09:28 version 1.141, 2015/11/18 14:27:44
Line 2232 
Line 2232 
 }  }
   
 void  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;          struct window_pane      *wp;
         u_int                    x, y;          u_int                    x, y;
Line 2253 
Line 2253 
 }  }
   
 void  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_pane              *wp;
         struct window_copy_mode_data    *data;          struct window_copy_mode_data    *data;
Line 2274 
Line 2274 
 }  }
   
 void  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;          struct window_pane      *wp;
   

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141