AllPlanes
NAMESYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
NAME
AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, XMaxRequestSize, XExtendedMaxRequestSize, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease − Display macros and functions
SYNTAX
unsigned long AllPlanes;
unsigned long BlackPixel(Display *display, int screen_number); | |
unsigned long WhitePixel(Display *display, int screen_number); | |
int ConnectionNumber(Display *display); | |
Colormap DefaultColormap(Display *display, int screen_number); | |
int DefaultDepth(Display *display, int screen_number); | |
int *XListDepths(Display *display, int screen_number, int count_return); | |
GC DefaultGC(Display *display, int screen_number); | |
Window DefaultRootWindow(Display *display); | |
Screen *DefaultScreenOfDisplay(Display *display); | |
int DefaultScreen(Display *display); | |
Visual *DefaultVisual(Display *display, int screen_number); | |
int DisplayCells(Display *display, int screen_number); | |
int DisplayPlanes(Display *display, int screen_number); | |
char *DisplayString(Display *display); | |
long XMaxRequestSize(Display *display) | |
long XExtendedMaxRequestSize(Display *display) | |
unsigned long LastKnownRequestProcessed(Display *display); | |
unsigned long NextRequest(Display *display); | |
int ProtocolVersion(Display *display); | |
int ProtocolRevision(Display *display); | |
int QLength(Display *display); | |
Window RootWindow(Display *display, int screen_number); | |
int ScreenCount(Display *display); | |
Screen *ScreenOfDisplay(Display *display, int screen_number); | |
char *ServerVendor(Display *display) | |
int VendorRelease(Display *display) |
ARGUMENTS
display |
Specifies the connection to the X server. |
screen_number
Specifies the appropriate screen number on the host server.
count_return
Returns the number of depths.
DESCRIPTION
The AllPlanes macro returns a value with all bits set to 1 suitable for use in a plane argument to a procedure.
The BlackPixel macro returns the black pixel value for the specified screen.
The WhitePixel macro returns the white pixel value for the specified screen.
The ConnectionNumber macro returns a connection number for the specified display.
The DefaultColormap macro returns the default colormap ID for allocation on the specified screen.
The DefaultDepth macro returns the depth (number of planes) of the default root window for the specified screen.
The XListDepths function returns the array of depths that are available on the specified screen. If the specified screen_number is valid and sufficient memory for the array can be allocated, XListDepths sets count_return to the number of available depths. Otherwise, it does not set count_return and returns NULL. To release the memory allocated for the array of depths, use XFree.
The DefaultGC macro returns the default GC for the root window of the specified screen.
The DefaultRootWindow macro returns the root window for the default screen.
The DefaultScreenOfDisplay macro returns the default screen of the specified display.
The DefaultScreen macro returns the default screen number referenced in the XOpenDisplay routine.
The DefaultVisual macro returns the default visual type for the specified screen.
The DisplayCells macro returns the number of entries in the default colormap.
The DisplayPlanes macro returns the depth of the root window of the specified screen.
The DisplayString macro returns the string that was passed to XOpenDisplay when the current display was opened.
The XMaxRequestSize function returns the maximum request size (in 4-byte units) supported by the server without using an extended-length protocol encoding. Single protocol requests to the server can be no larger than this size unless an extended-length protocol encoding is supported by the server. The protocol guarantees the size to be no smaller than 4096 units (16384 bytes). Xlib automatically breaks data up into multiple protocol requests as necessary for the following functions: XDrawPoints, XDrawRectangles, XDrawSegments, XFillArcs, XFillRectangles, and XPutImage.
The XExtendedMaxRequestSize function returns zero if the specified display does not support an extended-length protocol encoding; otherwise, it returns the maximum request size (in 4-byte units) supported by the server using the extended-length encoding. The Xlib functions XDrawLines, XDrawArcs, XFillPolygon, XChangeProperty, XSetClipRectangles, and XSetRegion will use the extended-length encoding as necessary, if supported by the server. Use of the extended-length encoding in other Xlib functions (for example, XDrawPoints, XDrawRectangles, XDrawSegments, XFillArcs, XFillRectangles, XPutImage) is permitted but not required; an Xlib implementation may choose to split the data across multiple smaller requests instead.
The LastKnownRequestProcessed macro extracts the full serial number of the last request known by Xlib to have been processed by the X server.
The NextRequest macro extracts the full serial number that is to be used for the next request.
The ProtocolVersion macro returns the major version number (11) of the X protocol associated with the connected display.
The ProtocolRevision macro returns the minor protocol revision number of the X server.
The QLength macro returns the length of the event queue for the connected display.
The RootWindow macro returns the root window.
The ScreenCount macro returns the number of available screens.
The ScreenOfDisplay macro returns a pointer to the screen of the specified display.
The ServerVendor macro returns a pointer to a null-terminated string that provides some identification of the owner of the X server implementation.
The VendorRelease macro returns a number related to a vendor’s release of the X server.
SEE ALSO
BlackPixelOfScreen(3),
ImageByteOrder(3), IsCursorKey(3), XOpenDisplay(3)
Xlib − C Language X Interface
More Linux Commands
manpages/user-dirs.conf.5.html
user-dirs.conf(5) configuration for xdguserdirsupdate ......
The /etc/xdg/user-dirs.conf file is a text file that controls the behavior of the xdg-user-dirs-update command. Users can have their own ~/.config/user-dirs.con
manpages/gtnameserv-4.6.1.html
gtnameserv-4.6(1) - Naming service - Linux manual page......
To be written ... OPTIONS -ORBInitialPort PORT Port on which naming service is to be started. -ior FILE File in which to store naming services IOR reference. St
manpages/getprotobyname.3.html
getprotobyname(3) - get protocol entry - Linux manual page
The getprotoent() function reads the next entry from the protocols database (see protocols(5)) and returns a protoent structure containing the broken-out fields
manpages/cfmakeraw.3.html
cfmakeraw(3) - get and set terminal attributes, line control
The termios functions describe a general terminal interface that is provided to control asynchronous communications ports. The termios structure Many of the fun
manpages/gnutls_openpgp_privkey_export_subkey_rsa_raw.3.html
gnutls_openpgp_privkey_export_subkey_rsa_raw.3..............
gnutls_openpgp_privkey_export_subkey_rsa_raw.3 - This function will export the RSA private keys parameters found in the given structure. The new parameters will
manpages/clock_settime.2.html
clock_settime(2) - clock and time functions - Linux man page
The function clock_getres() finds the resolution (precision) of the specified clock clk_id, and, if res is non-NULL, stores it in the struct timespec pointed to
manpages/gitattributes.5.html
gitattributes(5) - defining attributes per path (Man Page)
A gitattributes file is a simple text file that gives attributes to pathnames. Each line in gitattributes file is of form: pattern attr1 attr2 ... That is, a pa
manpages/cbreak_sp.3ncurses.html
cbreak_sp(3ncurses) - curses screen-pointer extension.......
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/FileCache.3pm.html
FileCache(3pm) - keep more files open than the system permit
The cacheout function will make sure that theres a filehandle open for reading or writing available as the pathname you give it. It automatically closes and re-
manpages/XtProcessLock.3.html
XtProcessLock(3) - lock and unlock process - Linux man page
XtProcessLock is used to lock all process global data. XtProcessUnlock unlocks the process. SEE ALSO X Toolkit Intrinsics - C Language Interface Xlib - C Langua
manpages/mkinitrd.5.html
mkinitrd(5) - description of modular scripts layout.........
mkinitrd creates initial ramdisk images for booting Linux. It is designed to be modular, so that functionality required by other programs can be maintained in s
manpages/Tcl_PkgProvide.3.html
Tcl_PkgProvide(3) - package version control - Linux man page
These procedures provide C-level interfaces to Tcls package and version management facilities. Tcl_PkgRequire is equivalent to the package require command, Tcl_
