1BlackPixelOfScreen(3) XLIB FUNCTIONS BlackPixelOfScreen(3)
2
3
4
6 BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen, DefaultCol‐
7 ormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen, DefaultVisu‐
8 alOfScreen, DoesBackingStore, DoesSaveUnders, DisplayOfScreen, XScreen‐
9 NumberOfScreen, EventMaskOfScreen, HeightOfScreen, HeightMMOfScreen,
10 MaxCmapsOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOfScreen,
11 WidthOfScreen, WidthMMOfScreen - screen information functions and
12 macros
13
15 unsigned long BlackPixelOfScreen(Screen *screen);
16
17 unsigned long WhitePixelOfScreen(Screen *screen);
18
19 int CellsOfScreen(Screen *screen);
20
21 Colormap DefaultColormapOfScreen(Screen *screen);
22
23 int DefaultDepthOfScreen(Screen *screen);
24
25 GC DefaultGCOfScreen(Screen *screen);
26
27 Visual *DefaultVisualOfScreen(Screen *screen);
28
29 int DoesBackingStore(Screen *screen);
30
31 Bool DoesSaveUnders(Screen *screen);
32
33 Display *DisplayOfScreen(Screen *screen);
34
35 int XScreenNumberOfScreen(Screen *screen);
36
37 long EventMaskOfScreen(Screen *screen);
38
39 int HeightOfScreen(Screen *screen);
40
41 int HeightMMOfScreen(Screen *screen);
42
43 int MaxCmapsOfScreen(Screen *screen);
44
45 int MinCmapsOfScreen(Screen *screen);
46
47 int PlanesOfScreen(Screen *screen);
48
49 Window RootWindowOfScreen(Screen *screen);
50
51 int WidthOfScreen(Screen *screen);
52
53 int WidthMMOfScreen(Screen *screen);
54
56 screen Specifies the appropriate Screen structure.
57
59 The BlackPixelOfScreen macro returns the black pixel value of the spec‐
60 ified screen.
61
62 The WhitePixelOfScreen macro returns the white pixel value of the spec‐
63 ified screen.
64
65 The CellsOfScreen macro returns the number of colormap cells in the
66 default colormap of the specified screen.
67
68 The DefaultColormapOfScreen macro returns the default colormap of the
69 specified screen.
70
71 The DefaultDepthOfScreen macro returns the default depth of the root
72 window of the specified screen.
73
74 The DefaultGCOfScreen macro returns the default GC of the specified
75 screen, which has the same depth as the root window of the screen.
76
77 The DefaultVisualOfScreen macro returns the default visual of the spec‐
78 ified screen.
79
80 The DoesBackingStore macro returns WhenMapped, NotUseful, or Always,
81 which indicate whether the screen supports backing stores.
82
83 The DoesSaveUnders macro returns a Boolean value indicating whether the
84 screen supports save unders.
85
86 The DisplayOfScreen macro returns the display of the specified screen.
87
88 The XScreenNumberOfScreen function returns the screen index number of
89 the specified screen.
90
91 The EventMaskOfScreen macro returns the root event mask of the root
92 window for the specified screen at connection setup.
93
94 The HeightOfScreen macro returns the height of the specified screen.
95
96 The HeightMMOfScreen macro returns the height of the specified screen
97 in millimeters.
98
99 The MaxCmapsOfScreen macro returns the maximum number of installed col‐
100 ormaps supported by the specified screen.
101
102 The MinCmapsOfScreen macro returns the minimum number of installed col‐
103 ormaps supported by the specified screen.
104
105 The PlanesOfScreen macro returns the number of planes in the root win‐
106 dow of the specified screen.
107
108 The RootWindowOfScreen macro returns the root window of the specified
109 screen.
110
111 The WidthOfScreen macro returns the width of the specified screen.
112
113 The WidthMMOfScreen macro returns the width of the specified screen in
114 millimeters.
115
117 AllPlanes(3), ImageByteOrder(3), IsCursorKey(3)
118 Xlib - C Language X Interface
119
120
121
122X Version 11 libX11 1.6.9 BlackPixelOfScreen(3)