/* * X11/Xos.h -- OS abstraction header. * * Part of the EYN-OS X11 compatibility layer. * This is a minimal stub that satisfies #include in common * X11 programs. On EYN-OS there are no special OS abstractions needed. */ #ifndef _X11_XOS_H #define _X11_XOS_H #include #include #endif /* _X11_XOS_H */