mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-29 21:43:55 +00:00
Fixed: fix x11 build
This commit is contained in:
parent
3258566802
commit
ead43d062e
@ -4,6 +4,7 @@
|
|||||||
#include <ApplicationServices/ApplicationServices.h>
|
#include <ApplicationServices/ApplicationServices.h>
|
||||||
#elif defined(USE_X11)
|
#elif defined(USE_X11)
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
#include <X11/Xresource.h>
|
||||||
// #include "../base/xdisplay_c.h"
|
// #include "../base/xdisplay_c.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
#if defined(USE_X11)
|
// #if defined(USE_X11)
|
||||||
#include <X11/Xresource.h>
|
// #include <X11/Xresource.h>
|
||||||
#endif
|
// #endif
|
||||||
|
|
||||||
Bounds get_client(uintptr pid, int8_t isPid);
|
Bounds get_client(uintptr pid, int8_t isPid);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user