mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
[vendor/x11]: Add build guards for other xlib files
This commit is contained in:
2
vendor/x11/xlib/xlib_const.odin
vendored
2
vendor/x11/xlib/xlib_const.odin
vendored
@@ -1,4 +1,4 @@
|
||||
|
||||
//+build linux, freebsd, openbsd
|
||||
package xlib
|
||||
|
||||
// Special values for many types. Most of these constants
|
||||
|
||||
2
vendor/x11/xlib/xlib_keysym.odin
vendored
2
vendor/x11/xlib/xlib_keysym.odin
vendored
@@ -1,4 +1,4 @@
|
||||
|
||||
//+build linux, freebsd, openbsd
|
||||
package xlib
|
||||
|
||||
KeySym :: enum u32 {
|
||||
|
||||
Reference in New Issue
Block a user