Changeset 3967


Ignore:
Timestamp:
11/19/09 16:56:34 (4 years ago)
Author:
pterjan
Message:
  • Remove some +1 that may cause some bug sometimes maybe
File:
1 edited

Legend:

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

    r3942 r3967  
    4242    s->title = NULL; 
    4343    s->total = 0; 
    44     s->w = w+1; 
    45     s->h = h+1; 
     44    s->w = w; 
     45    s->h = h; 
    4646    s->bell = 0; 
    4747 
     
    6969    s->title = NULL; 
    7070    s->total = 0; 
    71     s->w = w+1; 
    72     s->h = h+1; 
     71    s->w = w; 
     72    s->h = h; 
    7373    s->bell = 0; 
    7474    s->visible = 1; 
Note: See TracChangeset for help on using the changeset viewer.