Subversion Repositories Kolibri OS

Rev

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

Rev 6931 Rev 6964
Line 122... Line 122...
122
}
122
}
Line 123... Line 123...
123
 
123
 
124
void DL_Draw_Window()
124
void DL_Draw_Window()
125
{  
125
{  
126
    int cleft = 15;
126
    int cleft = 15;
127
    int but_x;
127
    int but_x = 0;
128
    DrawBar(0,0, DL_Form.cwidth, DL_Form.cheight, system.color.work);
128
    DrawBar(0,0, DL_Form.cwidth, DL_Form.cheight, system.color.work);
129
    DeleteButton(305);
129
    DeleteButton(305);
130
    DeleteButton(306);
130
    DeleteButton(306);
131
    if (downloader.state == STATE_NOT_STARTED) || (downloader.state == STATE_COMPLETED)
131
    if (downloader.state == STATE_NOT_STARTED) || (downloader.state == STATE_COMPLETED)