We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed6776 commit 75fd24eCopy full SHA for 75fd24e
screen/screengrab_c.h
@@ -1,5 +1,4 @@
1
#include "../base/bitmap_free_c.h"
2
-#include "screen_c.h"
3
#include <stdlib.h> /* malloc() */
4
5
#if defined(IS_MACOSX)
@@ -14,6 +13,7 @@
14
13
#elif defined(IS_WINDOWS)
15
#include <string.h>
16
#endif
+#include "screen_c.h"
17
18
#if defined(IS_MACOSX) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ > MAC_OS_VERSION_14_4
19
static CGImageRef capture15(CGDirectDisplayID id, CGRect diIntersectDisplayLocal, CGColorSpaceRef colorSpace) {
0 commit comments