NetSurf
Data Fields
update_box Struct Reference
Collaboration diagram for update_box:
[legend]

Data Fields

int x0
 
int y0
 
int x1
 
int y1
 
bool use_buffer
 
struct gui_windowg
 
struct update_boxnext
 

Detailed Description

Definition at line 176 of file window.c.

Field Documentation

◆ g

struct gui_window* update_box::g

◆ next

struct update_box* update_box::next

◆ use_buffer

bool update_box::use_buffer

Definition at line 181 of file window.c.

Referenced by ro_gui_window_invalidate_area(), and ro_gui_window_update_boxes().

◆ x0

int update_box::x0

◆ x1

int update_box::x1

◆ y0

int update_box::y0

◆ y1

int update_box::y1

The documentation for this struct was generated from the following file: