@vaporeon_ no
@aescling It used to be possible to include X10.h for backwards-compatibility under X11, though the version of X11 installed on my modern Linux system doesn't have these files...
A set of routines to make it easier to port programs from X Version 10 to Version 11 is provided in a separate library. To use the X Version 10 compatibility functions, include
<X11/X10.h>
in your source file and link with both the−lX11
and−loldX
options to your cc command. You may wish to include<X11.Xos.h>
if you use system calls, file manipulation, or string manipulation utilities. This header file includes the right files for various operating systems.
@aescling