mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 14:23:43 +00:00
6 lines
257 B
Odin
6 lines
257 B
Odin
// Bindings for [[ X11's Xlib (PDF) ; https://www.x.org/docs/X11/xlib.pdf ]].
|
|
package xlib
|
|
|
|
// Value, specifying whether `vendor:x11/xlib` is available on the current platform.
|
|
IS_SUPPORTED :: ODIN_OS == .Linux || ODIN_OS == .FreeBSD || ODIN_OS == .OpenBSD
|