Skip to content

Commit

Permalink
change type for XID (gh #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Nov 5, 2023
1 parent 71fb7bb commit 9c3366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pTk/mTk/xlib/X11/X.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SOFTWARE.
#if defined(_WIN64) && defined(_MSC_VER)
typedef __int64 XID;
#else
typedef unsigned long XID;
typedef unsigned long long XID;
#endif

typedef XID Window;
Expand Down

0 comments on commit 9c3366e

Please sign in to comment.