 |
Index for Section 9 |
|
 |
Alphabetical listing for W |
|
 |
Bottom of page |
|
ws_screen_descriptor(9s)
NAME
ws_screen_descriptor - Graphics: Used by the display driver to describe the
characteristics of the graphics display screen
SYNOPSIS
typedef struct {
short screen;
ws_monitor monitor_type;
char moduleID[MODULE_ID_LEN];
short width;
short height;
short root_depth;
short allowed_depths;
short nvisuals;
short x, y;
short row, col;
short max_row, max_col;
short f_width, f_height;
short cursor_width;
short cursor_height;
short min_installed_maps;
short max_installed_maps;
} ws_screen_descriptor;
MEMBERS
screen
Specifies the ID of the screen.
monitor_type
Specifies the monitor type: MONOCHROME or COLOR.
moduleID
Specifies the string that identifies the module. This is the same
string that the sizer -gt command displays.
width
Specifies the width of the screen in pixels.
height
Specifies the height of the screen in pixels.
root_depth
Specifies the depth to be used as the root.
allowed_depths
Specifies the size of the array of ws_depth_descriptor structures
describing the depths that are present.
nvisuals
Specifies the size of the array of ws_visual_descriptor structures
describing the visual types that are supported.
x, y
Specify the current coordinates of the pointer.
row, col
Specify the current text position. The Workstation Subsystem uses this
information for console support.
max_row, max_col
Specify the maximum row and column position allowed for text. The
Workstation Subsystem uses this information for console support.
f_width, f_height
Specify the console font width and height. The Workstation Subsystem
uses this information for console support.
cursor_width, cursor_height
Specify the maximum size of the cursor for this screen.
min_installed_maps, max_installed_maps
Specify the minimum and maximum number of colormaps that the screen can
support.
DESCRIPTION
The ws_screen_descriptor data structure describes the characteristics of
the graphics display screen.
FILES
<sys/workstation.h>
SEE ALSO
Data Structures: ws_screens(9s)
 |
Index for Section 9 |
|
 |
Alphabetical listing for W |
|
 |
Top of page |
|