summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXEntry.c
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/tkMacOSXEntry.c')
-rw-r--r--macosx/tkMacOSXEntry.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/macosx/tkMacOSXEntry.c b/macosx/tkMacOSXEntry.c
index afe52a7..ee67eb3 100644
--- a/macosx/tkMacOSXEntry.c
+++ b/macosx/tkMacOSXEntry.c
@@ -88,6 +88,12 @@ ComputeIncDecParameters (int height, int *width)
/*
* The small and mini incDec buttons were introduced in 10.3.
*/
+ #ifndef kThemeIncDecButtonSmall
+ #define kThemeIncDecButtonSmall 21
+ #endif
+ #ifndef kThemeIncDecButtonMini
+ #define kThemeIncDecButtonMini 22
+ #endif
if (version >= 0x1030) {
if (height < 11 || height > 28) {