From 2cb5cc774df173b2c08724ab2a5474bde6177a14 Mon Sep 17 00:00:00 2001 From: flysand7 Date: Mon, 13 Nov 2023 19:51:35 +1100 Subject: [PATCH] [vendor/x11]: Add build guards for other xlib files --- vendor/x11/xlib/xlib_const.odin | 2 +- vendor/x11/xlib/xlib_keysym.odin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/x11/xlib/xlib_const.odin b/vendor/x11/xlib/xlib_const.odin index 87b13479e..910940dec 100644 --- a/vendor/x11/xlib/xlib_const.odin +++ b/vendor/x11/xlib/xlib_const.odin @@ -1,4 +1,4 @@ - +//+build linux, freebsd, openbsd package xlib // Special values for many types. Most of these constants diff --git a/vendor/x11/xlib/xlib_keysym.odin b/vendor/x11/xlib/xlib_keysym.odin index c712bf784..594d966a4 100644 --- a/vendor/x11/xlib/xlib_keysym.odin +++ b/vendor/x11/xlib/xlib_keysym.odin @@ -1,4 +1,4 @@ - +//+build linux, freebsd, openbsd package xlib KeySym :: enum u32 {