summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-16 22:32:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-16 22:32:30 (GMT)
commitc7155c6da59086934fe2e1567f5c3b0335a5b693 (patch)
treea96ea4b550b86703d5cec3eab09b08801d8d66a9 /generic
parentb2546a703d6229bb48a68232ca6864f70a9e3e37 (diff)
downloadtk-c7155c6da59086934fe2e1567f5c3b0335a5b693.zip
tk-c7155c6da59086934fe2e1567f5c3b0335a5b693.tar.gz
tk-c7155c6da59086934fe2e1567f5c3b0335a5b693.tar.bz2
Unintentional change in tk.h
Diffstat (limited to 'generic')
-rw-r--r--generic/tk.h1
1 files changed, 0 insertions, 1 deletions
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)