Fixed: fix x11 build

This commit is contained in:
vcaesar 2024-10-06 17:51:51 -07:00
parent 3258566802
commit ead43d062e
2 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@
#include <ApplicationServices/ApplicationServices.h>
#elif defined(USE_X11)
#include <X11/Xlib.h>
#include <X11/Xresource.h>
// #include "../base/xdisplay_c.h"
#endif

View File

@ -8,9 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#if defined(USE_X11)
#include <X11/Xresource.h>
#endif
// #if defined(USE_X11)
// #include <X11/Xresource.h>
// #endif
Bounds get_client(uintptr pid, int8_t isPid);