Changeset 3970


Ignore:
Timestamp:
11/19/09 18:01:00 (4 years ago)
Author:
jylam
Message:
  • Revert +1 as it is worse without it. Still a bug somewhere, thought.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/screens.c

    r3969 r3970  
    6969    s->title = NULL; 
    7070    s->total = 0; 
    71     s->w = w; 
    72     s->h = h; 
     71    s->w = w + 1; 
     72    s->h = h + 1; 
    7373    s->bell = 0; 
    7474    s->visible = 1; 
Note: See TracChangeset for help on using the changeset viewer.