summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-07-01 11:04:52 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-07-01 11:04:52 +0200
commita34711daeb92fb1c3cb18d5f9d23cf23f37969ce (patch)
treec3d2f0c23625513bbc833ad25a8d006d51bc782c /FL/Fl_Graphics_Driver.H
parentdbd54b85579a62099ddd6a4834aeaaf5afd8142c (diff)
Remove FLTK 1.4 ABI guards
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
-rw-r--r--FL/Fl_Graphics_Driver.H6
1 files changed, 1 insertions, 5 deletions
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