XAddToExtensionList

Syntax

XAddToExtensionList(structure, ext_data)
      XExtData **structure;
      XExtData *ext_data;

Arguments

structure Specifies the extension list.
ext_data Specifies the extension data structure to add.

Description

The structure argument is a pointer to one of the data structures enumerated above. You must initialize ext_data->number with the extension number before calling this function.
Christophe Tronche, ch@tronche.com