Subversion Repositories Kolibri OS

Rev

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

Rev 3248 Rev 3334
Line 137... Line 137...
137
    window_t *win = (window_t*)fr->parent;
137
    window_t *win = (window_t*)fr->parent;
138
    rect_t  *rc = NULL;
138
    rect_t  *rc = NULL;
139
    int  x, y;
139
    int  x, y;
140
 
140
 
Line -... Line 141...
-
 
141
    if(win->win_state == FULLSCREEN)
-
 
142
        return 0;
-
 
143
    
141
    x = ((pos_t)arg2).x;
144
    x = ((pos_t)arg2).x;
142
    y = ((pos_t)arg2).y;
145
    y = ((pos_t)arg2).y;
Line 143... Line 146...
143
 
146