[ Previous | Next | Contents | Glossary | Home | Search ]
x11 R6 Technical Reference

XAddExtension Extension Function

Purpose

Allocates the XExtCodes data structure.

Library

Enhanced X-Windows Library (libX11.a)

C Syntax

XExtCodes *XAddExtension(DisplayPtr)
Display *DisplayPtr;

Description

For local Xlib extensions, the XAddExtension extension function allocates the XExtCodes data structure, bumps the extension number count, and chains the extension onto the extension list. (This permits extensions to Xlib without requiring server extensions.)

Parameters

DisplayPtr Specifies the connection to the X server.

Related Information

Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.

The XExtCodesdata structure.

AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.


[ Previous | Next | Contents | Glossary | Home | Search ]