 |
Index for Section 9 |
|
 |
Alphabetical listing for W |
|
 |
Bottom of page |
|
ws_cursor_data(9s)
NAME
ws_cursor_data - Graphics: Used by the display driver to describe the
cursor to be displayed in a particular screen
SYNOPSIS
typedef struct {
short screen;
short width, height;
short x_hot;
short y_hot;
u_int *cursor;
u_int *mask;
} ws_cursor_data;
MEMBERS
screen
Specify the screen in which to display the cursor.
width, height
Specifies the width and height of the cursor in pixels.
x_hot, y_hot
Specify the coordinates of the cursor. The display device driver
usually maintains this information.
cursor
Specifies a pointer to the cursor area.
mask
Specifies a pointer to the cursor mask.
DESCRIPTION
The ws_cursor_data structure contains the information the display driver
needs to draw and move the graphics cursor.
FILES
<sys/workstation.h>
 |
Index for Section 9 |
|
 |
Alphabetical listing for W |
|
 |
Top of page |
|