Skip to content

Commit b6778c4

Browse files
committed
mingw-w64-x86_64-tk-8.6.5-1
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 4787440 commit b6778c4

File tree

607 files changed

+62756
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

607 files changed

+62756
-0
lines changed

mingw64/bin/tk86.dll

1.39 MB
Binary file not shown.

mingw64/bin/wish.exe

67.3 KB
Binary file not shown.

mingw64/bin/wish86.exe

67.3 KB
Binary file not shown.

mingw64/include/X11/X.h

+677
Large diffs are not rendered by default.

mingw64/include/X11/Xatom.h

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
#ifndef XATOM_H
2+
#define XATOM_H 1
3+
4+
/* THIS IS A GENERATED FILE
5+
*
6+
* Do not change! Changing this file implies a protocol change!
7+
*/
8+
9+
#define XA_PRIMARY ((Atom) 1)
10+
#define XA_SECONDARY ((Atom) 2)
11+
#define XA_ARC ((Atom) 3)
12+
#define XA_ATOM ((Atom) 4)
13+
#define XA_BITMAP ((Atom) 5)
14+
#define XA_CARDINAL ((Atom) 6)
15+
#define XA_COLORMAP ((Atom) 7)
16+
#define XA_CURSOR ((Atom) 8)
17+
#define XA_CUT_BUFFER0 ((Atom) 9)
18+
#define XA_CUT_BUFFER1 ((Atom) 10)
19+
#define XA_CUT_BUFFER2 ((Atom) 11)
20+
#define XA_CUT_BUFFER3 ((Atom) 12)
21+
#define XA_CUT_BUFFER4 ((Atom) 13)
22+
#define XA_CUT_BUFFER5 ((Atom) 14)
23+
#define XA_CUT_BUFFER6 ((Atom) 15)
24+
#define XA_CUT_BUFFER7 ((Atom) 16)
25+
#define XA_DRAWABLE ((Atom) 17)
26+
#define XA_FONT ((Atom) 18)
27+
#define XA_INTEGER ((Atom) 19)
28+
#define XA_PIXMAP ((Atom) 20)
29+
#define XA_POINT ((Atom) 21)
30+
#define XA_RECTANGLE ((Atom) 22)
31+
#define XA_RESOURCE_MANAGER ((Atom) 23)
32+
#define XA_RGB_COLOR_MAP ((Atom) 24)
33+
#define XA_RGB_BEST_MAP ((Atom) 25)
34+
#define XA_RGB_BLUE_MAP ((Atom) 26)
35+
#define XA_RGB_DEFAULT_MAP ((Atom) 27)
36+
#define XA_RGB_GRAY_MAP ((Atom) 28)
37+
#define XA_RGB_GREEN_MAP ((Atom) 29)
38+
#define XA_RGB_RED_MAP ((Atom) 30)
39+
#define XA_STRING ((Atom) 31)
40+
#define XA_VISUALID ((Atom) 32)
41+
#define XA_WINDOW ((Atom) 33)
42+
#define XA_WM_COMMAND ((Atom) 34)
43+
#define XA_WM_HINTS ((Atom) 35)
44+
#define XA_WM_CLIENT_MACHINE ((Atom) 36)
45+
#define XA_WM_ICON_NAME ((Atom) 37)
46+
#define XA_WM_ICON_SIZE ((Atom) 38)
47+
#define XA_WM_NAME ((Atom) 39)
48+
#define XA_WM_NORMAL_HINTS ((Atom) 40)
49+
#define XA_WM_SIZE_HINTS ((Atom) 41)
50+
#define XA_WM_ZOOM_HINTS ((Atom) 42)
51+
#define XA_MIN_SPACE ((Atom) 43)
52+
#define XA_NORM_SPACE ((Atom) 44)
53+
#define XA_MAX_SPACE ((Atom) 45)
54+
#define XA_END_SPACE ((Atom) 46)
55+
#define XA_SUPERSCRIPT_X ((Atom) 47)
56+
#define XA_SUPERSCRIPT_Y ((Atom) 48)
57+
#define XA_SUBSCRIPT_X ((Atom) 49)
58+
#define XA_SUBSCRIPT_Y ((Atom) 50)
59+
#define XA_UNDERLINE_POSITION ((Atom) 51)
60+
#define XA_UNDERLINE_THICKNESS ((Atom) 52)
61+
#define XA_STRIKEOUT_ASCENT ((Atom) 53)
62+
#define XA_STRIKEOUT_DESCENT ((Atom) 54)
63+
#define XA_ITALIC_ANGLE ((Atom) 55)
64+
#define XA_X_HEIGHT ((Atom) 56)
65+
#define XA_QUAD_WIDTH ((Atom) 57)
66+
#define XA_WEIGHT ((Atom) 58)
67+
#define XA_POINT_SIZE ((Atom) 59)
68+
#define XA_RESOLUTION ((Atom) 60)
69+
#define XA_COPYRIGHT ((Atom) 61)
70+
#define XA_NOTICE ((Atom) 62)
71+
#define XA_FONT_NAME ((Atom) 63)
72+
#define XA_FAMILY_NAME ((Atom) 64)
73+
#define XA_FULL_NAME ((Atom) 65)
74+
#define XA_CAP_HEIGHT ((Atom) 66)
75+
#define XA_WM_CLASS ((Atom) 67)
76+
#define XA_WM_TRANSIENT_FOR ((Atom) 68)
77+
78+
#define XA_LAST_PREDEFINED ((Atom) 68)
79+
#endif /* XATOM_H */

mingw64/include/X11/Xfuncproto.h

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
/* $XConsortium: Xfuncproto.h,v 1.7 91/05/13 20:49:21 rws Exp $ */
2+
/*
3+
* Copyright 1989, 1991 by the Massachusetts Institute of Technology
4+
*
5+
* Permission to use, copy, modify, and distribute this software and its
6+
* documentation for any purpose and without fee is hereby granted, provided
7+
* that the above copyright notice appear in all copies and that both that
8+
* copyright notice and this permission notice appear in supporting
9+
* documentation, and that the name of M.I.T. not be used in advertising
10+
* or publicity pertaining to distribution of the software without specific,
11+
* written prior permission. M.I.T. makes no representations about the
12+
* suitability of this software for any purpose. It is provided "as is"
13+
* without express or implied warranty.
14+
*
15+
*/
16+
17+
/* Definitions to make function prototypes manageable */
18+
19+
#ifndef _XFUNCPROTO_H_
20+
#define _XFUNCPROTO_H_
21+
22+
#ifndef NeedFunctionPrototypes
23+
#define NeedFunctionPrototypes 1
24+
#endif /* NeedFunctionPrototypes */
25+
26+
#ifndef NeedVarargsPrototypes
27+
#define NeedVarargsPrototypes 0
28+
#endif /* NeedVarargsPrototypes */
29+
30+
#if NeedFunctionPrototypes
31+
32+
#ifndef NeedNestedPrototypes
33+
#define NeedNestedPrototypes 1
34+
#endif /* NeedNestedPrototypes */
35+
36+
#ifndef _Xconst
37+
#define _Xconst const
38+
#endif /* _Xconst */
39+
40+
#ifndef NeedWidePrototypes
41+
#ifdef NARROWPROTO
42+
#define NeedWidePrototypes 0
43+
#else
44+
#define NeedWidePrototypes 1 /* default to make interropt. easier */
45+
#endif
46+
#endif /* NeedWidePrototypes */
47+
48+
#endif /* NeedFunctionPrototypes */
49+
50+
#ifdef __cplusplus
51+
#define _XFUNCPROTOBEGIN extern "C" {
52+
#define _XFUNCPROTOEND }
53+
#endif
54+
55+
#ifndef _XFUNCPROTOBEGIN
56+
#define _XFUNCPROTOBEGIN
57+
#define _XFUNCPROTOEND
58+
#endif /* _XFUNCPROTOBEGIN */
59+
60+
#endif /* _XFUNCPROTO_H_ */

0 commit comments

Comments
 (0)