NetSurf
|
This struct holds scheduled redraw requests. More...
#include <redrawslots.h>
Data Fields | |
struct rect | areas [MAX_REDRW_SLOTS] |
short | size |
short volatile | areas_used |
This struct holds scheduled redraw requests.
Definition at line 37 of file redrawslots.h.
struct rect s_redrw_slots::areas[MAX_REDRW_SLOTS] |
Definition at line 39 of file redrawslots.h.
Referenced by redraw_slot_schedule(), redraw_slots_remove_area(), and window_process_redraws().
short volatile s_redrw_slots::areas_used |
Definition at line 41 of file redrawslots.h.
Referenced by atari_poll(), on_content_mouse_click(), redraw_slot_schedule(), redraw_slots_init(), redraw_slots_remove_area(), and window_process_redraws().
short s_redrw_slots::size |
Definition at line 40 of file redrawslots.h.
Referenced by redraw_slot_schedule(), and redraw_slots_init().