Skip to content

Commit

Permalink
Fix [6bdf1a7ec3]: Bind mechanism vs. GNOME
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 8, 2024
1 parent 65e305a commit 7adcb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generic/tkInt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1095,10 +1095,10 @@ typedef struct TkpClipMask {
#endif

#ifndef Button6Mask
# define Button6Mask (1<<13)
# define Button6Mask (AnyModifier<<6)
#endif
#ifndef Button7Mask
# define Button7Mask (1<<14)
# define Button7Mask (AnyModifier<<7)
#endif
#ifndef Button8Mask
# define Button8Mask (AnyModifier<<4)
Expand Down

0 comments on commit 7adcb58

Please sign in to comment.