Controls ScrolledWindow and ProgressBar render in buffer befor screen output.

Some size and speed optimizations and some bugfixes.

git-svn-id: svn://kolibrios.org@1163 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
andrew_programmer
2009-09-17 20:35:39 +00:00
parent 8f20fe84d3
commit cbfb59ad64
13 changed files with 280 additions and 286 deletions
@@ -34,8 +34,9 @@ void LibGUImain(parent_t *WindowParent)
{
//check for timers
if ((WindowParent->timer_bk!=(DWORD*)NULL) ||
(WindowParent->number_timers_for_controls!=0)) {event=gui_ksys_check_event();}
else {event=gui_ksys_wait_event();}
(WindowParent->number_timers_for_controls!=0)) {event=gui_ksys_wait_event_with_timeout(1);}
else {event=gui_ksys_wait_event();}
//get and chack system events
switch(event)
{