From a34711daeb92fb1c3cb18d5f9d23cf23f37969ce Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 1 Jul 2025 11:04:52 +0200 Subject: Remove FLTK 1.4 ABI guards --- FL/Fl_Graphics_Driver.H | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'FL/Fl_Graphics_Driver.H') diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 13287943a..c14c4ac34 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -57,11 +57,7 @@ typedef struct _PangoFontDescription PangoFontDescription; // See issue #1139: "FL_REGION_STACK_SIZE could be increased" // and issue #1140: "Fix static array allocation". -#if FL_ABI_VERSION >= 10401 -# define FL_REGION_STACK_SIZE 64 -#else -# define FL_REGION_STACK_SIZE 10 -#endif +#define FL_REGION_STACK_SIZE 64 #define FL_MATRIX_STACK_SIZE 32 -- cgit v1.2.3