mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 09:48:59 +00:00
Fixed: Fixed x11 build
This commit is contained in:
parent
bed6776ca2
commit
75fd24ea0a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#include "../base/bitmap_free_c.h"
|
||||
#include "screen_c.h"
|
||||
#include <stdlib.h> /* malloc() */
|
||||
|
||||
#if defined(IS_MACOSX)
|
||||
|
|
@ -14,6 +13,7 @@
|
|||
#elif defined(IS_WINDOWS)
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include "screen_c.h"
|
||||
|
||||
#if defined(IS_MACOSX) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ > MAC_OS_VERSION_14_4
|
||||
static CGImageRef capture15(CGDirectDisplayID id, CGRect diIntersectDisplayLocal, CGColorSpaceRef colorSpace) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue