Tk Source Code

Check-in [1fd96a3c]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Mac OS X hack removed in tkInt.h
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | bug6e8afe516d | tip-532
Files: files | file ages | folders
SHA3-256: 1fd96a3c2fcf3255fa8ef74c33cebd770e3245f4b4bb2f979229ada9fbd9736a
User & Date: gcramer 2019-01-02 12:16:45
References
2019-01-02
12:21 Ticket [6e8afe51] Severe bugs in binding (tkBind.c) status still Open with 3 other changes artifact: acff9e32 user: gcramer
Context
2019-01-02
13:17
Remove debug output from bind-15.23 check-in: 555acbca user: fvogel tags: bug6e8afe516d, tip-532
12:16
Mac OS X hack removed in tkInt.h check-in: 1fd96a3c user: gcramer tags: bug6e8afe516d, tip-532
12:13
Forgotten checkin of updated files, because TkBindDeadWindow has been removed. check-in: 3e7cbaff user: gcramer tags: bug6e8afe516d, tip-532
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to generic/tkInt.h.

919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
 * modifiers such as Meta and Alt that may float among the actual modifier
 * bits.
 */

#define META_MASK	(AnyModifier<<1)
#define ALT_MASK	(AnyModifier<<2)
#define EXTENDED_MASK	(AnyModifier<<3)
#ifdef USE_MAC_CLICKCOUNT
#ifdef MAC_OSX_TK
#define REPEAT_MASK (AnyModifier<<4)
#endif
#endif

/*
 * Object types not declared in tkObj.c need to be mentioned here so they can
 * be properly registered with Tcl:
 */

MODULE_SCOPE const Tcl_ObjType tkBorderObjType;







<
<
<
<
<







919
920
921
922
923
924
925





926
927
928
929
930
931
932
 * modifiers such as Meta and Alt that may float among the actual modifier
 * bits.
 */

#define META_MASK	(AnyModifier<<1)
#define ALT_MASK	(AnyModifier<<2)
#define EXTENDED_MASK	(AnyModifier<<3)






/*
 * Object types not declared in tkObj.c need to be mentioned here so they can
 * be properly registered with Tcl:
 */

MODULE_SCOPE const Tcl_ObjType tkBorderObjType;