UsingSimpledisplayX11

If you have to get down and dirty with implementation details, this helps figure out if X is available you can static if(UsingSimpledisplayX11) ... more reliably than version() because version is module-local.

version(X11)
enum bool UsingSimpledisplayX11;
Suggestion Box / Bug Report