Skip to content

Commit

Permalink
Merge 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oehhar committed Nov 10, 2023
2 parents e7c9aef + 56410ec commit 84f2fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xlib/X11/X.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ typedef unsigned int KeyCode; /* In order to use IME, the Macintosh needs
* RESERVED RESOURCE AND CONSTANT DEFINITIONS
*****************************************************************/

/* Pert-Tk expects None to be a macro. See ticket [593eb0227c] */
#define None None /* See bug [9e31fd9449] and below */

#define ParentRelative 1L /* background pixmap in CreateWindow
Expand Down Expand Up @@ -226,6 +227,7 @@ are reserved in the protocol for errors and replies. */

#define ShiftMask (1<<0)
#define LockMask (1<<1)
/* Pert-Tk expects ControlMask to be a macro. See ticket [593eb0227c] */
#define ControlMask ControlMask /* See bug [9e31fd9449] and below */
#define Mod1Mask (1<<3)
#define Mod2Mask (1<<4)
Expand Down

0 comments on commit 84f2fa8

Please sign in to comment.