Subversion Repositories Kolibri OS

Rev

Rev 3300 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3300 Rev 3334
Line 267... Line 267...
267
    if( winw  == win->w &&
267
    if( winw  == win->w &&
Line 268... Line 268...
268
        winh  == win->h &&
268
        winh  == win->h &&
269
        state == win->win_state)
269
        state == win->win_state)
270
        
270
        return;
271
        return;
-
 
272
 
271
 
Line -... Line 272...
-
 
272
    if(win->win_state != FULLSCREEN)
273
    win->win_state = state;
273
        win->win_state = state;
Line 274... Line 274...
274
    
274
    
275
#if 0
275
#if 0
276
    int old_size;
276
    int old_size;