XFindOnExtensionList

Syntax

XExtData *XFindOnExtensionList(structure, number)
      struct _XExtData **structure;
      int number;

Arguments

structure Specifies the extension list.
number Specifies the extension number from XInitExtension().

Description

The XFindOnExtensionList() function returns the first extension data structure for the extension numbered number. It is expected that an extension will add at most one extension data structure to any single data structure's extension data list. There is no way to find additional structures.
Christophe Tronche, ch@tronche.com