 |
Index for Section 9 |
|
 |
Alphabetical listing for W |
|
 |
Bottom of page |
|
ws_map_control(9s)
NAME
ws_map_control - Graphics: Used by the display driver to control mapping at
a particular depth
SYNOPSIS
typedef struct {
short screen;
short which_depth;
short map_unmap;
} ws_map_control;
MEMBERS
screen
Specifies the screen to be mapped.
which_depth
Specifies an index into an array of ws_depth_descriptor structures,
which point to the depth to be supported.
map_unmap
Contains either MAP_SCREEN or UNMAP_SCREEN to indicate the current
state of the screen.
DESCRIPTION
The ws_map_control data structure stores information used during a
MAP_UNMAP_SCREEN ioctl system call.
FILES
<sys/workstation.h>
SEE ALSO
Routines: ws_map_region(9r)
 |
Index for Section 9 |
|
 |
Alphabetical listing for W |
|
 |
Top of page |
|