LibreOffice Module vcl (master) 1
Macros | Variables
vertcurs_mask.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define vertcurs_mask_width   16
 
#define vertcurs_mask_height   16
 
#define vertcurs_mask_x_hot   8
 
#define vertcurs_mask_y_hot   8
 

Variables

static unsigned char vertcurs_mask_bits []
 

Macro Definition Documentation

◆ vertcurs_mask_height

#define vertcurs_mask_height   16

Definition at line 21 of file vertcurs_mask.h.

◆ vertcurs_mask_width

#define vertcurs_mask_width   16

Definition at line 20 of file vertcurs_mask.h.

◆ vertcurs_mask_x_hot

#define vertcurs_mask_x_hot   8

Definition at line 22 of file vertcurs_mask.h.

◆ vertcurs_mask_y_hot

#define vertcurs_mask_y_hot   8

Definition at line 23 of file vertcurs_mask.h.

Variable Documentation

◆ vertcurs_mask_bits

unsigned char vertcurs_mask_bits[]
static
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xe0, 0x07, 0xe0, 0x0f, 0xf0,
0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0x0f, 0xf0, 0x07, 0xe0, 0x07, 0xe0,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 24 of file vertcurs_mask.h.