Unix and Linux Discussions Tagged with screen |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
15,290 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,144 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
24,110 |
Programming |
|
|
|
1 |
3,132 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,036 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,184 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,414 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
21,882 |
Linux |
|
|
|
7 |
18,208 |
BSD |
|
|
|
4 |
2,290 |
Shell Programming and Scripting |
|
|
|
2 |
3,490 |
Shell Programming and Scripting |
|
|
|
9 |
8,762 |
Shell Programming and Scripting |
|
|
|
6 |
3,546 |
Shell Programming and Scripting |
|
|
|
0 |
3,257 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,442 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,523 |
Shell Programming and Scripting |
|
|
|
2 |
3,423 |
AIX |
|
|
|
0 |
4,660 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,249 |
Shell Programming and Scripting |
|
|
|
2 |
13,071 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
17,567 |
Shell Programming and Scripting |
|
|
|
5 |
9,390 |
Shell Programming and Scripting |
|
|
|
4 |
7,973 |
HP-UX |
|
|
|
1 |
26,511 |
Solaris |
|
|
|
2 |
2,731 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,265 |
Software Releases - RSS News |
|
|
|
1 |
5,689 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,796 |
OS X Support RSS |
|
|
|
11 |
8,116 |
Solaris |
|
|
|
0 |
4,206 |
OS X Support RSS |
|
|
|
0 |
1,434 |
Software Releases - RSS News |
|
|
|
5 |
4,599 |
Shell Programming and Scripting |
|
|
|
1 |
2,685 |
Shell Programming and Scripting |
|
|
|
4 |
21,378 |
Programming |
|
|
|
2 |
5,841 |
OS X (Apple) |
|
|
|
8 |
19,711 |
Cybersecurity |
|
|
|
0 |
4,594 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
10,071 |
Solaris |
|
|
|
2 |
8,308 |
Solaris |
|
|
|
0 |
4,831 |
UNIX and Linux RSS News |
BlackPixelOfScreen(3X11) MIT X11R4 BlackPixelOfScreen(3X11)
Name
BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisualOf-
Screen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen, Max-
CmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen - screen information functions and
macros
Syntax
BlackPixelOfScreen(screen)
WhitePixelOfScreen(screen)
CellsOfScreen(screen)
DefaultColormapOfScreen(screen)
DefaultDepthOfScreen(screen)
DefaultGCOfScreen(screen)
DefaultVisualOfScreen(screen)
DoesBackingStore(screen)
DoesSaveUnders(screen)
DisplayOfScreen(screen)
int XScreenNumberOfScreen(screen)
Screen *screen;
EventMaskOfScreen(screen)
HeightOfScreen(screen)
HeightMMOfScreen(screen)
MaxCmapsOfScreen(screen)
MinCmapsOfScreen(screen)
PlanesOfScreen(screen)
RootWindowOfScreen(screen)
WidthOfScreen(screen)
WidthMMOfScreen(screen)
Arguments
screen Specifies a pointer to the appropriate structure.
Description
The macro returns the black pixel value of the specified screen.
The macro returns the white pixel value of the specified screen.
The macro returns the number of colormap cells in the default colormap of the specified screen.
The macro returns the default colormap of the specified screen.
The macro returns the default depth of the root window of the specified screen.
The macro returns the default GC of the specified screen, which has the same depth as the root window of the screen.
The macro returns the default visual of the specified screen.
The macro returns or which indicate whether the screen supports backing stores.
The macro returns a Boolean value indicating whether the screen supports save unders.
The macro returns the display of the specified screen.
The function returns the screen index number of the specified screen.
The macro returns the root event mask of the root window for the specified screen at connection setup.
The macro returns the height of the specified screen.
The macro returns the height of the specified screen in millimeters.
The macro returns the maximum number of installed colormaps supported by the specified screen.
The macro returns the minimum number of installed colormaps supported by the specified screen.
The macro returns the number of planes in the root window of the specified screen.
The macro returns the root window of the specified screen.
The macro returns the width of the specified screen.
The macro returns the width of the specified screen in millimeters.
See Also
AllPlanes(3X11), ImageByteOrder(3X11), IsCursorKey(3X11)
X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys
BlackPixelOfScreen(3X11)