Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dmxforcewindowcreation(3x) [x11r4 man page]

DMXForceWindowCreation(3X)												DMXForceWindowCreation(3X)

NAME
DMXForceWindowCreation - force immediate back-end window creation SYNOPSIS
#include <X11/extensions/dmxext.h> Bool DMXForceWindowCreation(Display *dpy, Window window); DESCRIPTION
When using the lazy window creation optimization, windows are not created on the back-end X servers until they are required. DMXForceWin- dowCreation() forces the immediate creation of the window requested. RETURN VALUE
DMXForceWindowCreation() returns True unless there is a protocol error. DMXForceWindwoCreation() can generate BadWindow errors. SEE ALSO
DMX(3X), Xdmx(1) X Version 11 libdmx 1.0.2 DMXForceWindowCreation(3X)

Check Out this Related Man Page

DMX(3)							     Library Functions Manual							    DMX(3)

NAME
DMX - X Window System DMX (Distributed Multihead X) extension DESCRIPTION
The DMX extension provides support for communication with and control of Xdmx(1) server. Attributes of the Xdmx(1) server and of the back- end screens attached to the server can be queried and modified via this protocol. SUMMARY OF LIBRARY FUNCTIONS
The following is a summary of DMX library functions: DMXQueryExtension(3) - determine if DMX is available DMXQueryVersion(3) - determine DMX extension version DMXSync(3) - flush protocol requests between Xdmx(1) and back-end X servers DMXForceWindowCreation(3) - force immediate back-end window creation DMXGetScreenCount(3) - determine number of back-end screens DMXGetScreenAttributes(3) - determine back-end screen attributes DMXChangeScreensAttributes(3) - change back-end screen attributes DMXAddScreen(3) - attach a new back-end screen DMXRemoveScreen(3) - detach a back-end screen DMXGetWindowAttributes(3) - determine back-end window attributes DMXGetDesktopAttributes(3) - determine global bounding box DMXChangeDesktopAttributes(3) - change global bounding box DMXGetInputCount(3) - determine number of input devices DMXGetInputAttributes(3) - determine input device attributes DMXAddInput(3) - attach a new backend or console input DMXRemoveInput(3) - detach an input DMXAddBackendInput(3) - attach a new back-end input DMXAddConsoleInput(3) - attach a new console input Each of these functions is described in its own man page. SEE ALSO
Xdmx(1), xdmxconfig(1), vdltodmx(1) X Version 11 libdmx 1.1.2 DMX(3)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies