ReactOS 0.4.15-dev-7953-g1f49173
tcursor Struct Reference
Collaboration diagram for tcursor:

Public Attributes

uint8 andmask [32 *32]
 
uint8 xormask [32 *32]
 
int x
 
int y
 
int w
 
int h
 

Detailed Description

Definition at line 99 of file svgawin.c.

Member Data Documentation

◆ andmask

uint8 tcursor::andmask[32 *32]

Definition at line 101 of file svgawin.c.

Referenced by draw_cursor(), and ui_set_null_cursor().

◆ h

int tcursor::h

Definition at line 106 of file svgawin.c.

◆ w

int tcursor::w

Definition at line 105 of file svgawin.c.

◆ x

int tcursor::x

Definition at line 103 of file svgawin.c.

Referenced by process_mouse(), ui_set_cursor(), and ui_set_null_cursor().

◆ xormask

uint8 tcursor::xormask[32 *32]

Definition at line 102 of file svgawin.c.

Referenced by draw_cursor(), and ui_set_null_cursor().

◆ y

int tcursor::y

Definition at line 104 of file svgawin.c.

Referenced by process_mouse(), ui_set_cursor(), and ui_set_null_cursor().


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