z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


X Window System routines: MIT extensions to X

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

The AIX® extensions described in the IBM® AIX X-Window Programmer’s Reference are not supported by the X Window System API provided by the TCP/IP library routines.

The following MIT extensions are supported by the TCP/IP X client code:
  • SHAPE
  • MITMISC
  • MULTIBUF
Table 1 lists the routines that allow an application to use these extensions.
Table 1. MIT extensions to X
Routine Description
XShapeQueryExtension Queries to see if server supports the SHAPE extension.
XShapeQueryVersion Checks the version number of the server SHAPE extension.
XShapeCombineRegion Converts the specified region into a list of rectangles and calls XShapeRectangles.
XShapeCombineRectangles Performs a CombineRectangles operation.
XShapeCombineMask Performs a CombineMask operation.
XShapeCombineShape Performs a CombineShape operation.
XShapeOffsetShape Performs an OffsetShape operation.
XShapeQueryExtents Sets the extents of the bounding and clip shapes.
XShapeSelectInput Selects Input Events.
XShapeInputSelected Returns the current input mask for extension events on the specified window.
XShapeGetRectangles Gets a list of rectangles describing the region specified.
XMITMiscQueryExtension Queries to see if server supports the MITMISC extension.
XMITMiscSetBugMode Sets the compatibility mode switch.
XMITMiscGetBugMode Queries the compatibility mode switch.
XmbufQueryExtension Queries to see if server supports the MULTIBUF extension.
XmbufGetVersion Gets the version number of the extension.
XmbufCreateBuffers Requests that multiple buffers be created.
XmbufDestroyBuffers Requests that the buffers be destroyed.
XmbufDisplayBuffers Displays the indicated buffers.
XmbufGetWindowAttributes Gets the multibuffering attributes.
XmbufChangeWindowAttributes Sets the multibuffering attributes.
XmbufGetBufferAttributes Gets the attributes for the indicated buffer.
XmbufChangeBufferAttributes Sets the attributes for the indicated buffer.
XmbufGetScreenInfo Gets the parameters controlling how mono and stereo windows can be created on the indicated screen.
XmbufCreateStereoWindow Creates a stereo window.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014