X_enter.h
Classes
- Global Functions -- Include file to enter X name space (full description)
Interface
Motivation
Need to avoid conflicts between X11 and aips++ classes
Synopsis
Xlib.h issues the following statements:
- #define Bool int
- #define True 1
- #define False 0
X.h issues the following statements:
- #define Complex 0 /* paths may intersect */
- typedef unsigned long Time;
Member Description