mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-19 07:54:23 +03:00
Improved throbber graphics
svn path=/trunk/netsurf/; revision=11604
This commit is contained in:
parent
9ca0163518
commit
ed8a97fe22
@ -589,7 +589,7 @@ static void throbber_advance( void * data )
|
||||
/*printf("throb adv: %d\n",gw->root->toolbar->throbber.index );*/
|
||||
ApplWrite( _AESapid, WM_REDRAW, gw->root->handle->handle,
|
||||
work.g_x, work.g_y, work.g_w, work.g_h );
|
||||
schedule(40, throbber_advance, gw );
|
||||
schedule(50, throbber_advance, gw );
|
||||
}
|
||||
|
||||
void gui_window_start_throbber(struct gui_window *w)
|
||||
@ -601,7 +601,7 @@ void gui_window_start_throbber(struct gui_window *w)
|
||||
WF_WORKXYWH, &work);
|
||||
w->root->toolbar->throbber.running = true;
|
||||
w->root->toolbar->throbber.index = THROBBER_MIN_INDEX;
|
||||
schedule(40, throbber_advance, w );
|
||||
schedule(50, throbber_advance, w );
|
||||
ApplWrite( _AESapid, WM_REDRAW, w->root->handle->handle,
|
||||
work.g_x, work.g_y, work.g_w, work.g_h );
|
||||
}
|
||||
|
Binary file not shown.
@ -3,7 +3,7 @@ ResourceMaster v3.65
|
||||
#N 99@32@AZAaza___ _@AZAaza090___ _@@_@
|
||||
#FoC-Header@rsm2out@C-Header@rsh@@@[C-Header@0@
|
||||
#R 0@0@1@1@1@1@
|
||||
#M 20010100@17741@7728@555@
|
||||
#M 20010100@17741@7728@557@
|
||||
#T 0@1@MAINMENU@@60@@
|
||||
#O 4@32@T_FILE@@
|
||||
#O 5@32@T_EDIT@@
|
||||
@ -112,4 +112,4 @@ ResourceMaster v3.65
|
||||
#O 8@21@LBL_BYTES@@
|
||||
#O 9@21@LBL_PERCENT@@
|
||||
#O 10@21@LBL_SPEED@@
|
||||
#c 21253@
|
||||
#c 13693@
|
||||
|
Loading…
x
Reference in New Issue
Block a user