BlackPixelOfScreen(3)


NAME

   BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen,
   DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultGCOfScreen,
   DefaultVisualOfScreen, DoesBackingStore, DoesSaveUnders,
   DisplayOfScreen, XScreenNumberOfScreen, EventMaskOfScreen,
   HeightOfScreen, HeightMMOfScreen, MaxCmapsOfScreen, MinCmapsOfScreen,
   PlanesOfScreen, RootWindowOfScreen, WidthOfScreen, WidthMMOfScreen -
   screen information functions and macros

SYNTAX

   unsigned long BlackPixelOfScreen(Screen *screen);

   unsigned long WhitePixelOfScreen(Screen *screen);

   int CellsOfScreen(Screen *screen);

   Colormap DefaultColormapOfScreen(Screen *screen);

   int DefaultDepthOfScreen(Screen *screen);

   GC DefaultGCOfScreen(Screen *screen);

   Visual *DefaultVisualOfScreen(Screen *screen);

   int DoesBackingStore(Screen *screen);

   Bool DoesSaveUnders(Screen *screen);

   Display *DisplayOfScreen(Screen *screen);

   int XScreenNumberOfScreen(Screen *screen);

   long EventMaskOfScreen(Screen *screen);

   int HeightOfScreen(Screen *screen);

   int HeightMMOfScreen(Screen *screen);

   int MaxCmapsOfScreen(Screen *screen);

   int MinCmapsOfScreen(Screen *screen);

   int PlanesOfScreen(Screen *screen);

   Window RootWindowOfScreen(Screen *screen);

   int WidthOfScreen(Screen *screen);

   int WidthMMOfScreen(Screen *screen);

ARGUMENTS

   screen    Specifies the appropriate Screen structure.

DESCRIPTION

   The BlackPixelOfScreen macro returns the black pixel value of the
   specified screen.

   The WhitePixelOfScreen macro returns the white pixel value of the
   specified screen.

   The CellsOfScreen macro returns the number of colormap cells in the
   default colormap of the specified screen.

   The DefaultColormapOfScreen macro returns the default colormap of the
   specified screen.

   The DefaultDepthOfScreen macro returns the default depth of the root
   window of the specified screen.

   The DefaultGCOfScreen macro returns the default GC of the specified
   screen, which has the same depth as the root window of the screen.

   The DefaultVisualOfScreen macro returns the default visual of the
   specified screen.

   The DoesBackingStore macro returns WhenMapped, NotUseful, or Always,
   which indicate whether the screen supports backing stores.

   The DoesSaveUnders macro returns a Boolean value indicating whether the
   screen supports save unders.

   The DisplayOfScreen macro returns the display of the specified screen.

   The XScreenNumberOfScreen function returns the screen index number of
   the specified screen.

   The EventMaskOfScreen macro returns the root event mask of the root
   window for the specified screen at connection setup.

   The HeightOfScreen macro returns the height of the specified screen.

   The HeightMMOfScreen macro returns the height of the specified screen
   in millimeters.

   The MaxCmapsOfScreen macro returns the maximum number of installed
   colormaps supported by the specified screen.

   The MinCmapsOfScreen macro returns the minimum number of installed
   colormaps supported by the specified screen.

   The PlanesOfScreen macro returns the number of planes in the root
   window of the specified screen.

   The RootWindowOfScreen macro returns the root window of the specified
   screen.

   The WidthOfScreen macro returns the width of the specified screen.

   The WidthMMOfScreen macro returns the width of the specified screen in
   millimeters.

SEE ALSO

   AllPlanes(3), ImageByteOrder(3), IsCursorKey(3)
   Xlib - C Language X Interface


More Linux Commands

manpages/gtester.1.html
gtester(1) - test running utility - Linux manual page.......
gtester is a utility to run unit tests that have been written using the GLib test framework. When called with the -o option, gtester writes an XML report of the

manpages/XFetchName.3.html
XFetchName(3) - set or read a window's WM_NAME property.....
The XSetWMName convenience function calls XSetTextProperty to set the WM_NAME property. The XGetWMName convenience function calls XGetTextProperty to obtain the

manpages/regexp.n.html
regexp(n) - Match a regular expression against a string.....
Determines whether the regular expression exp matches part or all of string and returns 1 if it does, 0 if it does not, unless -inline is specified (see below).

manpages/CIRCLEQ_REMOVE.3.html
CIRCLEQ_REMOVE(3) implementations of lists, tail queues, and
These macros define and operate on three types of data structures: lists, tail queues, and circular queues. All three structures support the following functiona

manpages/gnutls_x509_crl_list_import2.3.html
gnutls_x509_crl_list_import2(3) - API function (Man Page)...
gnutls_x509_crl_list_import2.3 - This function will convert the given PEM encoded CRL list to the native gnutls_x509_crl_t format. The output will be stored in

manpages/glTexCoord1dv.3gl.html
glTexCoord1dv(3gl) - set the current texture coordinates....
glTexCoord specifies texture coordinates in one, two, three, or four dimensions. glTexCoord1 sets the current texture coordinates to (s, 0, 0, 1); a call to glT

manpages/xine-remote.1.html
xine-remote(1) a small tool to connect xine remote control s
This manual page documents briefly the xine-remote tool. xine-remote can replace a raw telnet connection to a xine remote control server. It use the readline fa

manpages/pktopbm.1.html
pktopbm(1) - convert packed (PK) format font into PBM.......
This program is part of Netpbm(1) pktopbm reads a packed (PK) font file as input, and produces PBM images as output. If the filename - is used for any of the fi

manpages/get_wstr.3ncurses.html
get_wstr(3ncurses) - get an array of wide characters from a
The effect of get_wstr is as though a series of calls to get_wch were made, until a newline, other end-of-line, or end-of-file condition is processed. An end-of

manpages/Tcl_UtfToExternal.3.html
Tcl_UtfToExternal(3) - procedures for creating and using enc
Tcl_GetEncoding finds an encoding given its name. The name may refer to a built-in Tcl encoding, a user-defined encoding registered by calling Tcl_CreateEncodin

manpages/Unicode::Collate::CJK::Stroke.3pm.html
Unicode::Collate::CJK::Stroke(3pm) - weighting CJK Unified I
Unicode::Collate::CJK::Stroke provides weightStroke(), that is adequate for overrideCJK of Unicode::Collate and makes tailoring of CJK Unified Ideographs in the

manpages/glMultiTexCoord4dvARB.3gl.html
glMultiTexCoord4dvARB(3gl) - set the current texture coordin
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1





We can't live, work or learn in freedom unless the software we use is free.