This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix test for Xext headers (bug 1498), now it should fail properly in …
…systems with the old headers.
- Loading branch information
#include <X11/extensions/Xext.h> | ||
#include <X11/extensions/extutil.h> | ||
|
||
extern XExtDisplayInfo* XextAddDisplay(XExtensionInfo* a,Display* b,_Xconst char* c,XExtensionHooks* d,int e,XPointer f); | ||
|
||
int | ||
main () | ||
{ |