From 57056cd1aa67f38c397653da2cee720607ebc502 Mon Sep 17 00:00:00 2001 From: RobinsAviary Date: Thu, 13 Nov 2025 11:44:31 -0500 Subject: [PATCH] undefine screen_capture --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 9152acc8c..9ebab998e 100644 --- a/src/config.h +++ b/src/config.h @@ -60,7 +60,7 @@ #define SUPPORT_PARTIALBUSY_WAIT_LOOP 1 // Allow automatic screen capture of current screen pressing F12, defined in KeyCallback() // WARNING: It also requires SUPPORT_IMAGE_EXPORT and SUPPORT_FILEFORMAT_PNG flags -#define SUPPORT_SCREEN_CAPTURE 1 +//#define SUPPORT_SCREEN_CAPTURE 1 // Support CompressData() and DecompressData() functions #define SUPPORT_COMPRESSION_API 1 // Support automatic generated events, loading and recording of those events when required