From c7155c6da59086934fe2e1567f5c3b0335a5b693 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sun, 16 Jun 2024 22:32:30 +0000 Subject: Unintentional change in tk.h --- generic/tk.h | 1 - 1 file changed, 1 deletion(-) diff --git a/generic/tk.h b/generic/tk.h index d3f9141..8401d14 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -243,7 +243,6 @@ typedef struct Tk_OptionSpec { #else # define TK_OPTION_NULL_OK (1 << 0) #endif -#define TK_OPTION_NEG_OK (1 << 6) /* For TK_OPTION_PIXELS only, so no conflict with TK_OPTION_VAR */ #define TK_OPTION_VAR(type) ((sizeof(type) < 2 * sizeof(int)) ? ((int)(sizeof(type)&(sizeof(int)-1))<<6) : (3<<6)) #define TK_OPTION_ENUM_VAR TK_OPTION_VAR(Tk_OptionType) -- cgit v0.12