 |
Index for Section 9 |
|
 |
Alphabetical listing for W |
|
 |
Bottom of page |
|
ws_cursor_functions(9s)
NAME
ws_cursor_functions - Graphics: Used by the display driver to specify the
routines that perform cursor functions for a particular graphics display
SYNOPSIS
typedef struct {
caddr_t (*init_cursor_handle)();
int (*load_cursor)();
int (*recolor_cursor)();
int (*set_cursor_position)();
int (*cursor_on_off)();
caddr_t cursor_handle;
int (*cursor_private)();
} ws_cursor_functions;
MEMBERS
init_cursor_handle
Specifies a pointer to the routine to initialize the cursor handle.
load_cursor
Specifies a pointer to the routine that loads the cursor map.
recolor_cursor
Specifies a pointer to the routine that changes the background and
foreground colors of the cursor.
set_cursor_position
Specifies a pointer to the routine that positions the cursor on the
screen.
cursor_on_off
Specifies a pointer to the routine that turns the cursor on and off.
cursor_handle
Specifies the address of a driver-specific data structure that contains
cursor information.
cursor_private
Reserved for future use by Compaq.
DESCRIPTION
The ws_cursor_functions data structure contains pointers to the routines
that perform cursor operations for the display driver.
FILES
<sys/wsdevice.h>
SEE ALSO
Data Structures: ws_cursor_data(9s), ws_screens(9s)
 |
Index for Section 9 |
|
 |
Alphabetical listing for W |
|
 |
Top of page |
|