GPR_$SET_CURSOR_PATTERN GPR Calls GPR_$SET_CURSOR_PATTERN
NAME
gpr_$set_cursor_pattern - loads a cursor pattern.
FORMAT
gpr_$set_cursor_pattern (cursor_pattern, status)
DESCRIPTION
This routine loads a cursor pattern. Initially, the cursor pattern is a
rectangle, which varies in size according to the size of the Display
Manager's standard font. A program can use gpr_$set_cursor_pattern to
redefine the cursor pattern. The bitmap that represents the cursor pat-
tern consists of one plane, which is a maximum of 16x16 pixels in size.
Input Parameters
cursor_pattern
The descriptor of the bitmap which contains the cursor pattern, in
gpr_$bitmap_desc_t format. This is a 4-byte integer.
Output Parameters
status
Completion status, in status_$t format.
SEE ALSO
gpr_$inq_cursor.