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

Diff for /src/usr.bin/tmux/Attic/clock.c between version 1.4 and 1.5

version 1.4, 2009/09/10 17:16:24 version 1.5, 2009/11/26 23:13:47
Line 97 
Line 97 
 };  };
   
 void  void
 clock_draw(struct screen_write_ctx *ctx, u_int colour, int style)  clock_draw(struct screen_write_ctx *ctx, int colour, int style)
 {  {
         struct screen           *s = ctx->s;          struct screen           *s = ctx->s;
         struct grid_cell         gc;          struct grid_cell         gc;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5