parent
0665611cc2
commit
43941c53e8
|
@ -2471,10 +2471,11 @@ gui_pointer_shape get_pointer_shape(struct browser_window *bw, struct box *box,
|
||||||
css_computed_style *style;
|
css_computed_style *style;
|
||||||
enum css_cursor_e cursor;
|
enum css_cursor_e cursor;
|
||||||
lwc_string **cursor_uris;
|
lwc_string **cursor_uris;
|
||||||
|
bool loading;
|
||||||
|
|
||||||
assert(bw);
|
assert(bw);
|
||||||
|
|
||||||
bool loading = (bw->loading_content != NULL || (bw->current_content &&
|
loading = (bw->loading_content != NULL || (bw->current_content &&
|
||||||
bw->current_content->status == CONTENT_STATUS_READY));
|
bw->current_content->status == CONTENT_STATUS_READY));
|
||||||
|
|
||||||
if (wallclock() - bw->last_action < 100 && loading)
|
if (wallclock() - bw->last_action < 100 && loading)
|
||||||
|
|
Loading…
Reference in New Issue