Changeset 3967
- Timestamp:
- 11/19/09 16:56:34 (4 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/screens.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/screens.c
r3942 r3967 42 42 s->title = NULL; 43 43 s->total = 0; 44 s->w = w +1;45 s->h = h +1;44 s->w = w; 45 s->h = h; 46 46 s->bell = 0; 47 47 … … 69 69 s->title = NULL; 70 70 s->total = 0; 71 s->w = w +1;72 s->h = h +1;71 s->w = w; 72 s->h = h; 73 73 s->bell = 0; 74 74 s->visible = 1;
Note: See TracChangeset
for help on using the changeset viewer.
