Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | updated changes, added reserved slot for dash patch |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | core-8-1-branch-old |
Files: | files | file ages | folders |
SHA1: |
3d707f609419a3fae9fc5240b0061627 |
User & Date: | stanton 1999-03-12 03:12:42.000 |
Context
1999-03-12
| ||
22:40 | "make test" pipes output to "CAT32" which is xterm. check-in: 376b2314 user: hershey tags: core-8-1-branch-old | |
03:12 | updated changes, added reserved slot for dash patch check-in: 3d707f60 user: stanton tags: core-8-1-branch-old | |
1999-03-11
| ||
23:51 | fixed tests' depency on working dir = tests check-in: 7551e1cc user: hershey tags: core-8-1-branch-old | |
Changes
Changes to ChangeLog.
1 2 3 4 5 6 7 | 1999-03-10 <[email protected]> * xlib/xdraw.c: * xlib/X11/Xlib.h: * mac/tkMac.h: * mac/tkMacInt.h: * mac/tkMacPort.h: | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 1999-03-11 <stanton@GASPODE> * generic/tkInt.decls: Added reserved slot for XSetDashes for use by the dash patch. 1999-03-10 <[email protected]> * xlib/xdraw.c: * xlib/X11/Xlib.h: * mac/tkMac.h: * mac/tkMacInt.h: * mac/tkMacPort.h: |
︙ | ︙ | |||
61 62 63 64 65 66 67 | compile, but it shouldn't take much work to fix this. * mac/tkMacMenu.c: Added dummy TkpMenuThreadInit for Mac to be consistent with Unix and Windows versions. 1999-03-08 <[email protected]> | | | | | | | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | compile, but it shouldn't take much work to fix this. * mac/tkMacMenu.c: Added dummy TkpMenuThreadInit for Mac to be consistent with Unix and Windows versions. 1999-03-08 <[email protected]> * win/tkWinWm.c: Toplevel class no longer shared between threads. * win/tkWinX.c: Multiple threads no longer share the same TkDisplay structure. Required because TkDisplay stores much thread-specific data for a given thread. * win/tkWinSend.c: Moved application instance handle out out thread-local storage. DDE was failing to initialize when the instance handles were different between threads. * win/makefile.vc: Added THREADDEFINES for building with threads enabled. * generic/tkMenu.c: * win/tkWinMenu.c: * unix/tkUnixMenu.c: Added TkpMenuThreadInit for initializing thread-specific Menu state. 1999-03-01 <[email protected]> * win/tkWinWm.c: * win/tkWinPointer.c: |
︙ | ︙ | |||
110 111 112 113 114 115 116 | * win/cat.c: Code for cat32.exe, copied from the Tcl sources. Required in order to run the test suite from the makefile * win/winMain.c: Add main() for a console-based wishc.exe, which meant adding code to disable the call to Tk_ConsoleInit(). * generic/tkConsole.c: Check the standard handles before creating the | | | | | | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | * win/cat.c: Code for cat32.exe, copied from the Tcl sources. Required in order to run the test suite from the makefile * win/winMain.c: Add main() for a console-based wishc.exe, which meant adding code to disable the call to Tk_ConsoleInit(). * generic/tkConsole.c: Check the standard handles before creating the new standard channels. This allows a windows app that has stdin, stdout, or stderr to correctly connect to them. * generic/tkMain.c: Add a proper check for the interactive mode, since the standard channels may actually be connected in windows mode or even in the console-based wish. * win/makefile.vc: Add targets for wishc.exe (console-based wish) and cat32.exe (for testing). Fix the test suite target so it can be run from the makefile (which can happen since the standard handles have been fixed). 1999-02-12 <[email protected]> * generic/tkMenuButton.h: * generic/tkMenuButton.c: * mac/tkMacMenubutton.c: * mac/tkMacDefault.h * unix/tkUnixMenubu.c: Eliminated Tk_Uids used by -state option. * unix/tkUnixDefault.h * win/tkWinDefault.h * generic/tk.h: * generic/tkScale.h: * generic/tkScale.c: * generic/tkWindow.c: * unix/tkUnixScale.c: * unix/tkUnixDefault.h: * unix/tkWinDefault.h: * mac/tkMacDefault.h: Objectified scale widget. * win/tkWinX.c: Removed Thread-specific data from process initialization code that was stopping the Tk Dll from loading. |
︙ | ︙ | |||
178 179 180 181 182 183 184 | * library/prolog.ps: Changed string that determines font height to include European character with an umlaut. * generic/tkImgBmap.c (ImgBmapConfigureInstance): If an image mask changed but ended up with the same XID, the GC failed to be updated and so the new mask was not used. [Bug: 970] | | | 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | * library/prolog.ps: Changed string that determines font height to include European character with an umlaut. * generic/tkImgBmap.c (ImgBmapConfigureInstance): If an image mask changed but ended up with the same XID, the GC failed to be updated and so the new mask was not used. [Bug: 970] * generic/tkFocus.c (SetFocus): Changed so focus window is always set if -force is specified. This fixes the problem on Windows where Tk does not activate the window if it already has focus. * generic/tkConsole.c: Fixed so errors in console eval are reported properly. Eliminated duplicate result messages. [Bug: 973] * win/tkWinWm.c: Changed so windows that aren't resizable don't |
︙ | ︙ | |||
304 305 306 307 308 309 310 | 1998-11-24 <stanton@GASPODE> * tkMacMenu.c, tkUnixMenu.c, tkWinMenu.c, tkMenuDraw.c, tkMenu.h, * tkMenu.c: Backed out the previous fix for bug 620 and eliminated a bunch of code that created unnecessary objects. Changed back to using internal types instead of objects for many | | | 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 | 1998-11-24 <stanton@GASPODE> * tkMacMenu.c, tkUnixMenu.c, tkWinMenu.c, tkMenuDraw.c, tkMenu.h, * tkMenu.c: Backed out the previous fix for bug 620 and eliminated a bunch of code that created unnecessary objects. Changed back to using internal types instead of objects for many configuration options. There are many more fixes like this that could be made, but some require a little restructuring of the code. In any case the leaks are fixed and there is a lot less allocation happening. [Bug: 620] 1998-11-19 <stanton@GASPODE> * tkMenu.c (DestroyMenuEntry): fixed memory leaks [Bug: 620] * tkWinX.c (GetTranslatedKey): fixed bad code merge * tkWinWm.c, tkWinMenu.c: fixed titles and menus so they properly display Unicode [Bug: 819] |
Changes to changes.
1 2 3 4 | This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. | | | 1 2 3 4 5 6 7 8 9 10 11 12 | This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. RCS: @(#) $Id: changes,v 1.1.4.8 1999/03/12 03:12:43 stanton Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will be dangling pointers to the non-existent window). 3/16/91 (bug fix) Modified tkColor.c not to free black or white colors: some X servers get upset at this. |
︙ | ︙ | |||
4452 4453 4454 4455 4456 4457 4458 | 11/30/98 (bug fix) The error result was getting lost when restoring configuration options in buttons. [Bug: 619] (stanton) 12/8/98 (bug fix) The Windows clipboard was not correctly traslating multibyte characters. [Bug: 935] (stanton) | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 | 11/30/98 (bug fix) The error result was getting lost when restoring configuration options in buttons. [Bug: 619] (stanton) 12/8/98 (bug fix) The Windows clipboard was not correctly traslating multibyte characters. [Bug: 935] (stanton) ----------------- Released 8.1b1, Dec 11 1998 ----------------------- 1/29/99 (bug fix) Fixed bug in "grid forget" that failed to cancel pending idle handlers, resulting in a crash in a few odd cases. (stanton) 2/4/99 (bug fix): Fixed uninitialized memory access in Tk_SetAppName. [Bug: 919] (stanton) 2/4/99 (bug fix): Added a workaround for a bug in GetTextExtentExPoint on Win NT 4.0/Japanese. [Bug: 1006] (stanton) 2/4/99 (bug fix): Changed so keyboard shortcuts for menus will only be found in the current toplevel. Previously, they might be found in menus attached to other toplevels that might not even be mapped. [Bug: 924] (stanton) 2/4/99 (bug fix): Changed to treat zero width lines in the canvas like they have width 1 for purposes of selection. [Bug: 925] (stanton) 2/4/99 (bug fix): TK_LD_SEARCH_FLAGS was set incorrectly if SHLIB_LD_LIBS='${LIBS}', and shared linking is performed through the C compiler. Systems affected are Linux, MP-RAS and NEXTSTEP, but also with gcc on many more systems. [Bug: 908] (stanton) 2/4/99 (feature enhancement): Changed so windows that aren't resizable don't have resize handles and the zoom box is disabled on Windows. (stanton) 2/4/99 (bug fix): Fixed so errors in console eval are reported properly. Eliminated duplicate result messages. [Bug: 973] (stanton) 2/4/99 (bug fix): Changed so focus window is always set if -force is specified. This fixes the problem on Windows where Tk does not activate the window if it already has focus. (stanton) 2/4/99 (bug fix): If an image mask changed but ended up with the same XID, the GC failed to be updated and so the new mask was not used. [Bug: 970] (stanton) 2/12/99 (new feature): Tk is now thread safe. You enable this by configuring with --enable-threads. Tcl must also be compiled with --enable-threads. See Tcl for more information about the threading interfaces. (lfb) 2/25/99 (bug fix) Under Windows, wish can now inherit pipe handles on stdio so it is possible to use the wish executable in a command pipeline to capture the output of puts or read from the pipe with gets. (redman) 3/1/99 (bug fix) Under Windows, Tk was not properly handling focus and activation changes in some cases. (redman) 3/10/99 (new feature) Tk now uses the new stub library feature in Tcl. The Tk library now contains no direct references to any symbols in Tcl. In addition, there is a new Tk_MainEx() function that takes an interpreter as an argument. See the Tcl documentation for more information about the stubs mechanism. (redman) |
Changes to generic/tkInt.decls.
1 2 3 4 5 6 7 8 9 10 11 | # tkInt.decls -- # # This file contains the declarations for all unsupported # functions that are exported by the Tk library. This file # is used to generate the tkIntDecls.h, tkIntPlatDecls.h, # tkIntStub.c, and tkPlatStub.c files. # # Copyright (c) 1998-1999 by Scriptics Corporation. # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # tkInt.decls -- # # This file contains the declarations for all unsupported # functions that are exported by the Tk library. This file # is used to generate the tkIntDecls.h, tkIntPlatDecls.h, # tkIntStub.c, and tkPlatStub.c files. # # Copyright (c) 1998-1999 by Scriptics Corporation. # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: tkInt.decls,v 1.2.2.2 1999/03/12 03:12:44 stanton Exp $ library tk # Define the unsupported generic interfaces. interface tkInt |
︙ | ︙ | |||
1047 1048 1049 1050 1051 1052 1053 | # Define the platform specific internal Xlib interfaces. These functions are # only available on the designated platform. interface tkIntXlib # X functions for Windows | > | > > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 | # Define the platform specific internal Xlib interfaces. These functions are # only available on the designated platform. interface tkIntXlib # X functions for Windows # This slot is reserved for use by the dash patch: # declare 0 win { # XSetDashes # } declare 1 win { XModifierKeymap* XGetModifierMapping (Display* d) } declare 2 win { XImage * XCreateImage (Display* d, Visual* v, unsigned int ui1, int i1, \ int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, \ int i4) } declare 3 win { XImage *XGetImage (Display* d, Drawable dr, int i1, int i2, \ unsigned int ui1, unsigned int ui2, unsigned long ul, int i3) } declare 4 win { char *XGetAtomName (Display* d,Atom a) } declare 5 win { char *XKeysymToString (KeySym k) } declare 6 win { Colormap XCreateColormap (Display* d, Window w, Visual* v, int i) } declare 7 win { Cursor XCreatePixmapCursor (Display* d, Pixmap p1, Pixmap p2, \ XColor* x1, XColor* x2, \ unsigned int ui1, unsigned int ui2) } declare 8 win { Cursor XCreateGlyphCursor (Display* d, Font f1, Font f2, \ unsigned int ui1, unsigned int ui2, XColor* x1, XColor* x2) } declare 9 win { GContext XGContextFromGC (GC g) } declare 10 win { XHostAddress *XListHosts (Display* d, int* i, Bool* b) } # second parameter was of type KeyCode declare 11 win { KeySym XKeycodeToKeysym (Display* d, unsigned int k, int i) } declare 12 win { KeySym XStringToKeysym (_Xconst char* c) } declare 13 win { Window XRootWindow (Display* d, int i) } declare 14 win { XErrorHandler XSetErrorHandler (XErrorHandler x) } declare 15 win { Status XIconifyWindow (Display* d, Window w, int i) } declare 16 win { Status XWithdrawWindow (Display* d, Window w, int i) } declare 17 win { Status XGetWMColormapWindows (Display* d, Window w, Window** wpp, int* ip) } declare 18 win { Status XAllocColor (Display* d, Colormap c, XColor* xp) } declare 19 win { void XBell (Display* d, int i) } declare 20 win { void XChangeProperty (Display* d, Window w, Atom a1, Atom a2, int i1, \ int i2, _Xconst unsigned char* c, int i3) } declare 21 win { void XChangeWindowAttributes (Display* d, Window w, unsigned long ul, \ XSetWindowAttributes* x) } declare 22 win { void XClearWindow (Display* d, Window w) } declare 23 win { void XConfigureWindow (Display* d, Window w, unsigned int i, \ XWindowChanges* x) } declare 24 win { void XCopyArea (Display* d, Drawable dr1, Drawable dr2, GC g, int i1, \ int i2, unsigned int ui1, \ unsigned int ui2, int i3, int i4) } declare 25 win { void XCopyPlane (Display* d, Drawable dr1, Drawable dr2, GC g, int i1, \ int i2, unsigned int ui1, \ unsigned int ui2, int i3, int i4, unsigned long ul) } declare 26 win { Pixmap XCreateBitmapFromData(Display* display, Drawable d, \ _Xconst char* data, unsigned int width,unsigned int height) } declare 27 win { void XDefineCursor (Display* d, Window w, Cursor c) } declare 28 win { void XDeleteProperty (Display* d, Window w, Atom a) } declare 29 win { void XDestroyWindow (Display* d, Window w) } declare 30 win { void XDrawArc (Display* d, Drawable dr, GC g, int i1, int i2, \ unsigned int ui1, unsigned int ui2, int i3, int i4) } declare 31 win { void XDrawLines (Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2) } declare 32 win { void XDrawRectangle (Display* d, Drawable dr, GC g, int i1, int i2,\ unsigned int ui1, unsigned int ui2) } declare 33 win { void XFillArc (Display* d, Drawable dr, GC g, int i1, int i2, \ unsigned int ui1, unsigned int ui2, int i3, int i4) } declare 34 win { void XFillPolygon (Display* d, Drawable dr, GC g, XPoint* x, \ int i1, int i2, int i3) } declare 35 win { void XFillRectangles (Display* d, Drawable dr, GC g, XRectangle* x, int i) } declare 36 win { void XForceScreenSaver (Display* d, int i) } declare 37 win { void XFreeColormap (Display* d, Colormap c) } declare 38 win { void XFreeColors (Display* d, Colormap c, \ unsigned long* ulp, int i, unsigned long ul) } declare 39 win { void XFreeCursor (Display* d, Cursor c) } declare 40 win { void XFreeModifiermap (XModifierKeymap* x) } declare 41 win { Status XGetGeometry (Display* d, Drawable dr, Window* w, int* i1, \ int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, \ unsigned int* ui4) } declare 42 win { void XGetInputFocus (Display* d, Window* w, int* i) } declare 43 win { int XGetWindowProperty (Display* d, Window w, Atom a1, long l1, long l2, \ Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, \ unsigned long* ulp2, unsigned char** cpp) } declare 44 win { Status XGetWindowAttributes (Display* d, Window w, XWindowAttributes* x) } declare 45 win { int XGrabKeyboard (Display* d, Window w, Bool b, int i1, int i2, Time t) } declare 46 win { int XGrabPointer (Display* d, Window w1, Bool b, unsigned int ui, \ int i1, int i2, Window w2, Cursor c, Time t) } declare 47 win { KeyCode XKeysymToKeycode (Display* d, KeySym k) } declare 48 win { Status XLookupColor (Display* d, Colormap c1, _Xconst char* c2, \ XColor* x1, XColor* x2) } declare 49 win { void XMapWindow (Display* d, Window w) } declare 50 win { void XMoveResizeWindow (Display* d, Window w, int i1, int i2, \ unsigned int ui1, unsigned int ui2) } declare 51 win { void XMoveWindow (Display* d, Window w, int i1, int i2) } declare 52 win { void XNextEvent (Display* d, XEvent* x) } declare 53 win { void XPutBackEvent (Display* d, XEvent* x) } declare 54 win { void XQueryColors (Display* d, Colormap c, XColor* x, int i) } declare 55 win { Bool XQueryPointer (Display* d, Window w1, Window* w2, Window* w3, \ int* i1, int* i2, int* i3, int* i4, unsigned int* ui) } declare 56 win { Status XQueryTree (Display* d, Window w1, Window* w2, Window* w3, \ Window** w4, unsigned int* ui) } declare 57 win { void XRaiseWindow (Display* d, Window w) } declare 58 win { void XRefreshKeyboardMapping (XMappingEvent* x) } declare 59 win { void XResizeWindow (Display* d, Window w, unsigned int ui1, \ unsigned int ui2) } declare 60 win { void XSelectInput (Display* d, Window w, long l) } declare 61 win { Status XSendEvent (Display* d, Window w, Bool b, long l, XEvent* x) } declare 62 win { void XSetCommand (Display* d, Window w, char** c, int i) } declare 63 win { void XSetIconName (Display* d, Window w, _Xconst char* c) } declare 64 win { void XSetInputFocus (Display* d, Window w, int i, Time t) } declare 65 win { void XSetSelectionOwner (Display* d, Atom a, Window w, Time t) } declare 66 win { void XSetWindowBackground (Display* d, Window w, unsigned long ul) } declare 67 win { void XSetWindowBackgroundPixmap (Display* d, Window w, Pixmap p) } declare 68 win { void XSetWindowBorder (Display* d, Window w, unsigned long ul) } declare 69 win { void XSetWindowBorderPixmap (Display* d, Window w, Pixmap p) } declare 70 win { void XSetWindowBorderWidth (Display* d, Window w, unsigned int ui) } declare 71 win { void XSetWindowColormap (Display* d, Window w, Colormap c) } declare 72 win { Bool XTranslateCoordinates (Display* d, Window w1, Window w2, int i1,\ int i2, int* i3, int* i4, Window* w3) } declare 73 win { void XUngrabKeyboard (Display* d, Time t) } declare 74 win { void XUngrabPointer (Display* d, Time t) } declare 75 win { void XUnmapWindow (Display* d, Window w) } declare 76 win { void XWindowEvent (Display* d, Window w, long l, XEvent* x) } declare 77 win { void XDestroyIC (XIC x) } declare 78 win { Bool XFilterEvent (XEvent* x, Window w) } declare 79 win { int XmbLookupString (XIC xi, XKeyPressedEvent* xk, \ char* c, int i, KeySym* k, Status* s) } declare 80 win { void TkPutImage (unsigned long *colors, \ int ncolors, Display* display, Drawable d, \ GC gc, XImage* image, int src_x, int src_y, \ int dest_x, int dest_y, unsigned int width, \ unsigned int height) } # X functions for Mac # This slot is reserved for use by the dash patch: # declare 0 win { # XSetDashes # } declare 1 mac { XModifierKeymap* XGetModifierMapping (Display* d) } declare 2 mac { XImage * XCreateImage (Display* d, Visual* v, unsigned int ui1, int i1, \ int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, \ int i4) } declare 3 mac { XImage *XGetImage (Display* d, Drawable dr, int i1, int i2, \ unsigned int ui1, unsigned int ui2, unsigned long ul, int i3) } declare 4 mac { char *XGetAtomName (Display* d,Atom a) } declare 5 mac { char *XKeysymToString (KeySym k) } declare 6 mac { Colormap XCreateColormap (Display* d, Window w, Visual* v, int i) } declare 7 mac { GContext XGContextFromGC (GC g) } declare 8 mac { KeySym XKeycodeToKeysym (Display* d, KeyCode k, int i) } declare 9 mac { KeySym XStringToKeysym (_Xconst char* c) } declare 10 mac { Window XRootWindow (Display* d, int i) } declare 11 mac { XErrorHandler XSetErrorHandler (XErrorHandler x) } declare 12 mac { Status XAllocColor (Display* d, Colormap c, XColor* xp) } declare 13 mac { void XBell (Display* d, int i) } declare 14 mac { void XChangeProperty (Display* d, Window w, Atom a, Atom a, int i1, \ int i2, _Xconst unsigned char* c, int i3) } declare 15 mac { void XChangeWindowAttributes (Display* d, Window w, unsigned long ul, \ XSetWindowAttributes* x) } declare 16 mac { void XConfigureWindow (Display* d, Window w, unsigned int i, \ XWindowChanges* x) } declare 17 mac { void XCopyArea (Display* d, Drawable dr1, Drawable dr2, GC g, int i1, \ int i2, unsigned int ui1, \ unsigned int ui2, int i3, int i4) } declare 18 mac { void XCopyPlane (Display* d, Drawable dr1, Drawable dr2, GC g, int i1, \ int i2, unsigned int ui1, \ unsigned int ui2, int i3, int i4, unsigned long ul) } declare 19 mac { Pixmap XCreateBitmapFromData(Display* display, Drawable d, \ _Xconst char* data, unsigned int width,unsigned int height) } declare 20 mac { void XDefineCursor (Display* d, Window w, Cursor c) } declare 21 mac { void XDestroyWindow (Display* d, Window w) } declare 22 mac { void XDrawArc (Display* d, Drawable dr, GC g, int i1, int i2, \ unsigned int ui1, unsigned int ui2, int i3, int i4) } declare 23 mac { void XDrawLines (Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2) } declare 24 mac { void XDrawRectangle (Display* d, Drawable dr, GC g, int i1, int i2,\ unsigned int ui1, unsigned int ui2) } declare 25 mac { void XFillArc (Display* d, Drawable dr, GC g, int i1, int i2, \ unsigned int ui1, unsigned int ui2, int i3, int i4) } declare 26 mac { void XFillPolygon (Display* d, Drawable dr, GC g, XPoint* x, \ int i1, int i2, int i3) } declare 27 mac { void XFillRectangles (Display* d, Drawable dr, GC g, XRectangle* x, int i) } declare 28 mac { void XFreeColormap (Display* d, Colormap c) } declare 29 mac { void XFreeColors (Display* d, Colormap c, \ unsigned long* ulp, int i, unsigned long ul) } declare 30 mac { void XFreeModifiermap (XModifierKeymap* x) } declare 31 mac { Status XGetGeometry (Display* d, Drawable dr, Window* w, int* i1, \ int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, \ unsigned int* ui4) } declare 32 mac { int XGetWindowProperty (Display* d, Window w, Atom a1, long l1, long l2, \ Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, \ unsigned long* ulp2, unsigned char** cpp) } declare 33 mac { int XGrabKeyboard (Display* d, Window w, Bool b, int i1, int i2, Time t) } declare 34 mac { int XGrabPointer (Display* d, Window w1, Bool b, unsigned int ui, \ int i1, int i2, Window w2, Cursor c, Time t) } declare 35 mac { KeyCode XKeysymToKeycode (Display* d, KeySym k) } declare 36 mac { void XMapWindow (Display* d, Window w) } declare 37 mac { void XMoveResizeWindow (Display* d, Window w, int i1, int i2, \ unsigned int ui1, unsigned int ui2) } declare 38 mac { void XMoveWindow (Display* d, Window w, int i1, int i2) } declare 39 mac { Bool XQueryPointer (Display* d, Window w1, Window* w2, Window* w3, \ int* i1, int* i2, int* i3, int* i4, unsigned int* ui) } declare 40 mac { void XRaiseWindow (Display* d, Window w) } declare 41 mac { void XRefreshKeyboardMapping (XMappingEvent* x) } declare 42 mac { void XResizeWindow (Display* d, Window w, unsigned int ui1, \ unsigned int ui2) } declare 43 mac { void XSelectInput (Display* d, Window w, long l) } declare 44 mac { Status XSendEvent (Display* d, Window w, Bool b, long l, XEvent* x) } declare 45 mac { void XSetIconName (Display* d, Window w, _Xconst char* c) } declare 46 mac { void XSetInputFocus (Display* d, Window w, int i, Time t) } declare 47 mac { void XSetSelectionOwner (Display* d, Atom a, Window w, Time t) } declare 48 mac { void XSetWindowBackground (Display* d, Window w, unsigned long ul) } declare 49 mac { void XSetWindowBackgroundPixmap (Display* d, Window w, Pixmap p) } declare 50 mac { void XSetWindowBorder (Display* d, Window w, unsigned long ul) } declare 51 mac { void XSetWindowBorderPixmap (Display* d, Window w, Pixmap p) } declare 52 mac { void XSetWindowBorderWidth (Display* d, Window w, unsigned int ui) } declare 53 mac { void XSetWindowColormap (Display* d, Window w, Colormap c) } declare 54 mac { void XUngrabKeyboard (Display* d, Time t) } declare 55 mac { void XUngrabPointer (Display* d, Time t) } declare 56 mac { void XUnmapWindow (Display* d, Window w) } declare 57 mac { void TkPutImage (unsigned long *colors, \ int ncolors, Display* display, Drawable d, \ GC gc, XImage* image, int src_x, int src_y, \ int dest_x, int dest_y, unsigned int width, \ unsigned int height) } |
Changes to generic/tkIntXlibDecls.h.
1 2 3 4 5 6 7 8 9 10 11 | /* * tkIntXlibDecls.h -- * * This file contains the declarations for all platform dependent * unsupported functions that are exported by the Tk library. These * interfaces are not guaranteed to remain the same between * versions. Use at your own risk. * * Copyright (c) 1998-1999 by Scriptics Corporation. * All rights reserved. * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | /* * tkIntXlibDecls.h -- * * This file contains the declarations for all platform dependent * unsupported functions that are exported by the Tk library. These * interfaces are not guaranteed to remain the same between * versions. Use at your own risk. * * Copyright (c) 1998-1999 by Scriptics Corporation. * All rights reserved. * * RCS: @(#) $Id: tkIntXlibDecls.h,v 1.2.2.2 1999/03/12 03:12:45 stanton Exp $ */ #ifndef _TKINTXLIBDECLS #define _TKINTXLIBDECLS #ifdef BUILD_tk #undef TCL_STORAGE_CLASS |
︙ | ︙ | |||
29 30 31 32 33 34 35 | /* !BEGIN!: Do not edit below this line. */ /* * Exported function declarations: */ #ifdef __WIN32__ | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 | /* !BEGIN!: Do not edit below this line. */ /* * Exported function declarations: */ #ifdef __WIN32__ /* Slot 0 is reserved */ /* 1 */ EXTERN XModifierKeymap* XGetModifierMapping _ANSI_ARGS_((Display* d)); /* 2 */ EXTERN XImage * XCreateImage _ANSI_ARGS_((Display* d, Visual* v, unsigned int ui1, int i1, int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, int i4)); /* 3 */ EXTERN XImage * XGetImage _ANSI_ARGS_((Display* d, Drawable dr, int i1, int i2, unsigned int ui1, unsigned int ui2, unsigned long ul, int i3)); /* 4 */ EXTERN char * XGetAtomName _ANSI_ARGS_((Display* d, Atom a)); /* 5 */ EXTERN char * XKeysymToString _ANSI_ARGS_((KeySym k)); /* 6 */ EXTERN Colormap XCreateColormap _ANSI_ARGS_((Display* d, Window w, Visual* v, int i)); /* 7 */ EXTERN Cursor XCreatePixmapCursor _ANSI_ARGS_((Display* d, Pixmap p1, Pixmap p2, XColor* x1, XColor* x2, unsigned int ui1, unsigned int ui2)); /* 8 */ EXTERN Cursor XCreateGlyphCursor _ANSI_ARGS_((Display* d, Font f1, Font f2, unsigned int ui1, unsigned int ui2, XColor* x1, XColor* x2)); /* 9 */ EXTERN GContext XGContextFromGC _ANSI_ARGS_((GC g)); /* 10 */ EXTERN XHostAddress * XListHosts _ANSI_ARGS_((Display* d, int* i, Bool* b)); /* 11 */ EXTERN KeySym XKeycodeToKeysym _ANSI_ARGS_((Display* d, unsigned int k, int i)); /* 12 */ EXTERN KeySym XStringToKeysym _ANSI_ARGS_((_Xconst char* c)); /* 13 */ EXTERN Window XRootWindow _ANSI_ARGS_((Display* d, int i)); /* 14 */ EXTERN XErrorHandler XSetErrorHandler _ANSI_ARGS_((XErrorHandler x)); /* 15 */ EXTERN Status XIconifyWindow _ANSI_ARGS_((Display* d, Window w, int i)); /* 16 */ EXTERN Status XWithdrawWindow _ANSI_ARGS_((Display* d, Window w, int i)); /* 17 */ EXTERN Status XGetWMColormapWindows _ANSI_ARGS_((Display* d, Window w, Window** wpp, int* ip)); /* 18 */ EXTERN Status XAllocColor _ANSI_ARGS_((Display* d, Colormap c, XColor* xp)); /* 19 */ EXTERN void XBell _ANSI_ARGS_((Display* d, int i)); /* 20 */ EXTERN void XChangeProperty _ANSI_ARGS_((Display* d, Window w, Atom a1, Atom a2, int i1, int i2, _Xconst unsigned char* c, int i3)); /* 21 */ EXTERN void XChangeWindowAttributes _ANSI_ARGS_((Display* d, Window w, unsigned long ul, XSetWindowAttributes* x)); /* 22 */ EXTERN void XClearWindow _ANSI_ARGS_((Display* d, Window w)); /* 23 */ EXTERN void XConfigureWindow _ANSI_ARGS_((Display* d, Window w, unsigned int i, XWindowChanges* x)); /* 24 */ EXTERN void XCopyArea _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 25 */ EXTERN void XCopyPlane _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4, unsigned long ul)); /* 26 */ EXTERN Pixmap XCreateBitmapFromData _ANSI_ARGS_((Display* display, Drawable d, _Xconst char* data, unsigned int width, unsigned int height)); /* 27 */ EXTERN void XDefineCursor _ANSI_ARGS_((Display* d, Window w, Cursor c)); /* 28 */ EXTERN void XDeleteProperty _ANSI_ARGS_((Display* d, Window w, Atom a)); /* 29 */ EXTERN void XDestroyWindow _ANSI_ARGS_((Display* d, Window w)); /* 30 */ EXTERN void XDrawArc _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 31 */ EXTERN void XDrawLines _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2)); /* 32 */ EXTERN void XDrawRectangle _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 33 */ EXTERN void XFillArc _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 34 */ EXTERN void XFillPolygon _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2, int i3)); /* 35 */ EXTERN void XFillRectangles _ANSI_ARGS_((Display* d, Drawable dr, GC g, XRectangle* x, int i)); /* 36 */ EXTERN void XForceScreenSaver _ANSI_ARGS_((Display* d, int i)); /* 37 */ EXTERN void XFreeColormap _ANSI_ARGS_((Display* d, Colormap c)); /* 38 */ EXTERN void XFreeColors _ANSI_ARGS_((Display* d, Colormap c, unsigned long* ulp, int i, unsigned long ul)); /* 39 */ EXTERN void XFreeCursor _ANSI_ARGS_((Display* d, Cursor c)); /* 40 */ EXTERN void XFreeModifiermap _ANSI_ARGS_((XModifierKeymap* x)); /* 41 */ EXTERN Status XGetGeometry _ANSI_ARGS_((Display* d, Drawable dr, Window* w, int* i1, int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, unsigned int* ui4)); /* 42 */ EXTERN void XGetInputFocus _ANSI_ARGS_((Display* d, Window* w, int* i)); /* 43 */ EXTERN int XGetWindowProperty _ANSI_ARGS_((Display* d, Window w, Atom a1, long l1, long l2, Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, unsigned long* ulp2, unsigned char** cpp)); /* 44 */ EXTERN Status XGetWindowAttributes _ANSI_ARGS_((Display* d, Window w, XWindowAttributes* x)); /* 45 */ EXTERN int XGrabKeyboard _ANSI_ARGS_((Display* d, Window w, Bool b, int i1, int i2, Time t)); /* 46 */ EXTERN int XGrabPointer _ANSI_ARGS_((Display* d, Window w1, Bool b, unsigned int ui, int i1, int i2, Window w2, Cursor c, Time t)); /* 47 */ EXTERN KeyCode XKeysymToKeycode _ANSI_ARGS_((Display* d, KeySym k)); /* 48 */ EXTERN Status XLookupColor _ANSI_ARGS_((Display* d, Colormap c1, _Xconst char* c2, XColor* x1, XColor* x2)); /* 49 */ EXTERN void XMapWindow _ANSI_ARGS_((Display* d, Window w)); /* 50 */ EXTERN void XMoveResizeWindow _ANSI_ARGS_((Display* d, Window w, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 51 */ EXTERN void XMoveWindow _ANSI_ARGS_((Display* d, Window w, int i1, int i2)); /* 52 */ EXTERN void XNextEvent _ANSI_ARGS_((Display* d, XEvent* x)); /* 53 */ EXTERN void XPutBackEvent _ANSI_ARGS_((Display* d, XEvent* x)); /* 54 */ EXTERN void XQueryColors _ANSI_ARGS_((Display* d, Colormap c, XColor* x, int i)); /* 55 */ EXTERN Bool XQueryPointer _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, int* i1, int* i2, int* i3, int* i4, unsigned int* ui)); /* 56 */ EXTERN Status XQueryTree _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, Window** w4, unsigned int* ui)); /* 57 */ EXTERN void XRaiseWindow _ANSI_ARGS_((Display* d, Window w)); /* 58 */ EXTERN void XRefreshKeyboardMapping _ANSI_ARGS_(( XMappingEvent* x)); /* 59 */ EXTERN void XResizeWindow _ANSI_ARGS_((Display* d, Window w, unsigned int ui1, unsigned int ui2)); /* 60 */ EXTERN void XSelectInput _ANSI_ARGS_((Display* d, Window w, long l)); /* 61 */ EXTERN Status XSendEvent _ANSI_ARGS_((Display* d, Window w, Bool b, long l, XEvent* x)); /* 62 */ EXTERN void XSetCommand _ANSI_ARGS_((Display* d, Window w, char** c, int i)); /* 63 */ EXTERN void XSetIconName _ANSI_ARGS_((Display* d, Window w, _Xconst char* c)); /* 64 */ EXTERN void XSetInputFocus _ANSI_ARGS_((Display* d, Window w, int i, Time t)); /* 65 */ EXTERN void XSetSelectionOwner _ANSI_ARGS_((Display* d, Atom a, Window w, Time t)); /* 66 */ EXTERN void XSetWindowBackground _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 67 */ EXTERN void XSetWindowBackgroundPixmap _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 68 */ EXTERN void XSetWindowBorder _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 69 */ EXTERN void XSetWindowBorderPixmap _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 70 */ EXTERN void XSetWindowBorderWidth _ANSI_ARGS_((Display* d, Window w, unsigned int ui)); /* 71 */ EXTERN void XSetWindowColormap _ANSI_ARGS_((Display* d, Window w, Colormap c)); /* 72 */ EXTERN Bool XTranslateCoordinates _ANSI_ARGS_((Display* d, Window w1, Window w2, int i1, int i2, int* i3, int* i4, Window* w3)); /* 73 */ EXTERN void XUngrabKeyboard _ANSI_ARGS_((Display* d, Time t)); /* 74 */ EXTERN void XUngrabPointer _ANSI_ARGS_((Display* d, Time t)); /* 75 */ EXTERN void XUnmapWindow _ANSI_ARGS_((Display* d, Window w)); /* 76 */ EXTERN void XWindowEvent _ANSI_ARGS_((Display* d, Window w, long l, XEvent* x)); /* 77 */ EXTERN void XDestroyIC _ANSI_ARGS_((XIC x)); /* 78 */ EXTERN Bool XFilterEvent _ANSI_ARGS_((XEvent* x, Window w)); /* 79 */ EXTERN int XmbLookupString _ANSI_ARGS_((XIC xi, XKeyPressedEvent* xk, char* c, int i, KeySym* k, Status* s)); /* 80 */ EXTERN void TkPutImage _ANSI_ARGS_((unsigned long * colors, int ncolors, Display* display, Drawable d, GC gc, XImage* image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height)); #endif /* __WIN32__ */ #ifdef MAC_TCL /* Slot 0 is reserved */ /* 1 */ EXTERN XModifierKeymap* XGetModifierMapping _ANSI_ARGS_((Display* d)); /* 2 */ EXTERN XImage * XCreateImage _ANSI_ARGS_((Display* d, Visual* v, unsigned int ui1, int i1, int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, int i4)); /* 3 */ EXTERN XImage * XGetImage _ANSI_ARGS_((Display* d, Drawable dr, int i1, int i2, unsigned int ui1, unsigned int ui2, unsigned long ul, int i3)); /* 4 */ EXTERN char * XGetAtomName _ANSI_ARGS_((Display* d, Atom a)); /* 5 */ EXTERN char * XKeysymToString _ANSI_ARGS_((KeySym k)); /* 6 */ EXTERN Colormap XCreateColormap _ANSI_ARGS_((Display* d, Window w, Visual* v, int i)); /* 7 */ EXTERN GContext XGContextFromGC _ANSI_ARGS_((GC g)); /* 8 */ EXTERN KeySym XKeycodeToKeysym _ANSI_ARGS_((Display* d, KeyCode k, int i)); /* 9 */ EXTERN KeySym XStringToKeysym _ANSI_ARGS_((_Xconst char* c)); /* 10 */ EXTERN Window XRootWindow _ANSI_ARGS_((Display* d, int i)); /* 11 */ EXTERN XErrorHandler XSetErrorHandler _ANSI_ARGS_((XErrorHandler x)); /* 12 */ EXTERN Status XAllocColor _ANSI_ARGS_((Display* d, Colormap c, XColor* xp)); /* 13 */ EXTERN void XBell _ANSI_ARGS_((Display* d, int i)); /* 14 */ EXTERN void XChangeProperty _ANSI_ARGS_((Display* d, Window w, Atom a, Atom a, int i1, int i2, _Xconst unsigned char* c, int i3)); /* 15 */ EXTERN void XChangeWindowAttributes _ANSI_ARGS_((Display* d, Window w, unsigned long ul, XSetWindowAttributes* x)); /* 16 */ EXTERN void XConfigureWindow _ANSI_ARGS_((Display* d, Window w, unsigned int i, XWindowChanges* x)); /* 17 */ EXTERN void XCopyArea _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 18 */ EXTERN void XCopyPlane _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4, unsigned long ul)); /* 19 */ EXTERN Pixmap XCreateBitmapFromData _ANSI_ARGS_((Display* display, Drawable d, _Xconst char* data, unsigned int width, unsigned int height)); /* 20 */ EXTERN void XDefineCursor _ANSI_ARGS_((Display* d, Window w, Cursor c)); /* 21 */ EXTERN void XDestroyWindow _ANSI_ARGS_((Display* d, Window w)); /* 22 */ EXTERN void XDrawArc _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 23 */ EXTERN void XDrawLines _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2)); /* 24 */ EXTERN void XDrawRectangle _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 25 */ EXTERN void XFillArc _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 26 */ EXTERN void XFillPolygon _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2, int i3)); /* 27 */ EXTERN void XFillRectangles _ANSI_ARGS_((Display* d, Drawable dr, GC g, XRectangle* x, int i)); /* 28 */ EXTERN void XFreeColormap _ANSI_ARGS_((Display* d, Colormap c)); /* 29 */ EXTERN void XFreeColors _ANSI_ARGS_((Display* d, Colormap c, unsigned long* ulp, int i, unsigned long ul)); /* 30 */ EXTERN void XFreeModifiermap _ANSI_ARGS_((XModifierKeymap* x)); /* 31 */ EXTERN Status XGetGeometry _ANSI_ARGS_((Display* d, Drawable dr, Window* w, int* i1, int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, unsigned int* ui4)); /* 32 */ EXTERN int XGetWindowProperty _ANSI_ARGS_((Display* d, Window w, Atom a1, long l1, long l2, Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, unsigned long* ulp2, unsigned char** cpp)); /* 33 */ EXTERN int XGrabKeyboard _ANSI_ARGS_((Display* d, Window w, Bool b, int i1, int i2, Time t)); /* 34 */ EXTERN int XGrabPointer _ANSI_ARGS_((Display* d, Window w1, Bool b, unsigned int ui, int i1, int i2, Window w2, Cursor c, Time t)); /* 35 */ EXTERN KeyCode XKeysymToKeycode _ANSI_ARGS_((Display* d, KeySym k)); /* 36 */ EXTERN void XMapWindow _ANSI_ARGS_((Display* d, Window w)); /* 37 */ EXTERN void XMoveResizeWindow _ANSI_ARGS_((Display* d, Window w, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 38 */ EXTERN void XMoveWindow _ANSI_ARGS_((Display* d, Window w, int i1, int i2)); /* 39 */ EXTERN Bool XQueryPointer _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, int* i1, int* i2, int* i3, int* i4, unsigned int* ui)); /* 40 */ EXTERN void XRaiseWindow _ANSI_ARGS_((Display* d, Window w)); /* 41 */ EXTERN void XRefreshKeyboardMapping _ANSI_ARGS_(( XMappingEvent* x)); /* 42 */ EXTERN void XResizeWindow _ANSI_ARGS_((Display* d, Window w, unsigned int ui1, unsigned int ui2)); /* 43 */ EXTERN void XSelectInput _ANSI_ARGS_((Display* d, Window w, long l)); /* 44 */ EXTERN Status XSendEvent _ANSI_ARGS_((Display* d, Window w, Bool b, long l, XEvent* x)); /* 45 */ EXTERN void XSetIconName _ANSI_ARGS_((Display* d, Window w, _Xconst char* c)); /* 46 */ EXTERN void XSetInputFocus _ANSI_ARGS_((Display* d, Window w, int i, Time t)); /* 47 */ EXTERN void XSetSelectionOwner _ANSI_ARGS_((Display* d, Atom a, Window w, Time t)); /* 48 */ EXTERN void XSetWindowBackground _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 49 */ EXTERN void XSetWindowBackgroundPixmap _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 50 */ EXTERN void XSetWindowBorder _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 51 */ EXTERN void XSetWindowBorderPixmap _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 52 */ EXTERN void XSetWindowBorderWidth _ANSI_ARGS_((Display* d, Window w, unsigned int ui)); /* 53 */ EXTERN void XSetWindowColormap _ANSI_ARGS_((Display* d, Window w, Colormap c)); /* 54 */ EXTERN void XUngrabKeyboard _ANSI_ARGS_((Display* d, Time t)); /* 55 */ EXTERN void XUngrabPointer _ANSI_ARGS_((Display* d, Time t)); /* 56 */ EXTERN void XUnmapWindow _ANSI_ARGS_((Display* d, Window w)); /* 57 */ EXTERN void TkPutImage _ANSI_ARGS_((unsigned long * colors, int ncolors, Display* display, Drawable d, GC gc, XImage* image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height)); #endif /* MAC_TCL */ typedef struct TkIntXlibStubs { int magic; struct TkIntXlibStubHooks *hooks; #ifdef __WIN32__ void *reserved0; XModifierKeymap* (*xGetModifierMapping) _ANSI_ARGS_((Display* d)); /* 1 */ XImage * (*xCreateImage) _ANSI_ARGS_((Display* d, Visual* v, unsigned int ui1, int i1, int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, int i4)); /* 2 */ XImage * (*xGetImage) _ANSI_ARGS_((Display* d, Drawable dr, int i1, int i2, unsigned int ui1, unsigned int ui2, unsigned long ul, int i3)); /* 3 */ char * (*xGetAtomName) _ANSI_ARGS_((Display* d, Atom a)); /* 4 */ char * (*xKeysymToString) _ANSI_ARGS_((KeySym k)); /* 5 */ Colormap (*xCreateColormap) _ANSI_ARGS_((Display* d, Window w, Visual* v, int i)); /* 6 */ Cursor (*xCreatePixmapCursor) _ANSI_ARGS_((Display* d, Pixmap p1, Pixmap p2, XColor* x1, XColor* x2, unsigned int ui1, unsigned int ui2)); /* 7 */ Cursor (*xCreateGlyphCursor) _ANSI_ARGS_((Display* d, Font f1, Font f2, unsigned int ui1, unsigned int ui2, XColor* x1, XColor* x2)); /* 8 */ GContext (*xGContextFromGC) _ANSI_ARGS_((GC g)); /* 9 */ XHostAddress * (*xListHosts) _ANSI_ARGS_((Display* d, int* i, Bool* b)); /* 10 */ KeySym (*xKeycodeToKeysym) _ANSI_ARGS_((Display* d, unsigned int k, int i)); /* 11 */ KeySym (*xStringToKeysym) _ANSI_ARGS_((_Xconst char* c)); /* 12 */ Window (*xRootWindow) _ANSI_ARGS_((Display* d, int i)); /* 13 */ XErrorHandler (*xSetErrorHandler) _ANSI_ARGS_((XErrorHandler x)); /* 14 */ Status (*xIconifyWindow) _ANSI_ARGS_((Display* d, Window w, int i)); /* 15 */ Status (*xWithdrawWindow) _ANSI_ARGS_((Display* d, Window w, int i)); /* 16 */ Status (*xGetWMColormapWindows) _ANSI_ARGS_((Display* d, Window w, Window** wpp, int* ip)); /* 17 */ Status (*xAllocColor) _ANSI_ARGS_((Display* d, Colormap c, XColor* xp)); /* 18 */ void (*xBell) _ANSI_ARGS_((Display* d, int i)); /* 19 */ void (*xChangeProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, Atom a2, int i1, int i2, _Xconst unsigned char* c, int i3)); /* 20 */ void (*xChangeWindowAttributes) _ANSI_ARGS_((Display* d, Window w, unsigned long ul, XSetWindowAttributes* x)); /* 21 */ void (*xClearWindow) _ANSI_ARGS_((Display* d, Window w)); /* 22 */ void (*xConfigureWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int i, XWindowChanges* x)); /* 23 */ void (*xCopyArea) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 24 */ void (*xCopyPlane) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4, unsigned long ul)); /* 25 */ Pixmap (*xCreateBitmapFromData) _ANSI_ARGS_((Display* display, Drawable d, _Xconst char* data, unsigned int width, unsigned int height)); /* 26 */ void (*xDefineCursor) _ANSI_ARGS_((Display* d, Window w, Cursor c)); /* 27 */ void (*xDeleteProperty) _ANSI_ARGS_((Display* d, Window w, Atom a)); /* 28 */ void (*xDestroyWindow) _ANSI_ARGS_((Display* d, Window w)); /* 29 */ void (*xDrawArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 30 */ void (*xDrawLines) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2)); /* 31 */ void (*xDrawRectangle) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 32 */ void (*xFillArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 33 */ void (*xFillPolygon) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2, int i3)); /* 34 */ void (*xFillRectangles) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XRectangle* x, int i)); /* 35 */ void (*xForceScreenSaver) _ANSI_ARGS_((Display* d, int i)); /* 36 */ void (*xFreeColormap) _ANSI_ARGS_((Display* d, Colormap c)); /* 37 */ void (*xFreeColors) _ANSI_ARGS_((Display* d, Colormap c, unsigned long* ulp, int i, unsigned long ul)); /* 38 */ void (*xFreeCursor) _ANSI_ARGS_((Display* d, Cursor c)); /* 39 */ void (*xFreeModifiermap) _ANSI_ARGS_((XModifierKeymap* x)); /* 40 */ Status (*xGetGeometry) _ANSI_ARGS_((Display* d, Drawable dr, Window* w, int* i1, int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, unsigned int* ui4)); /* 41 */ void (*xGetInputFocus) _ANSI_ARGS_((Display* d, Window* w, int* i)); /* 42 */ int (*xGetWindowProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, long l1, long l2, Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, unsigned long* ulp2, unsigned char** cpp)); /* 43 */ Status (*xGetWindowAttributes) _ANSI_ARGS_((Display* d, Window w, XWindowAttributes* x)); /* 44 */ int (*xGrabKeyboard) _ANSI_ARGS_((Display* d, Window w, Bool b, int i1, int i2, Time t)); /* 45 */ int (*xGrabPointer) _ANSI_ARGS_((Display* d, Window w1, Bool b, unsigned int ui, int i1, int i2, Window w2, Cursor c, Time t)); /* 46 */ KeyCode (*xKeysymToKeycode) _ANSI_ARGS_((Display* d, KeySym k)); /* 47 */ Status (*xLookupColor) _ANSI_ARGS_((Display* d, Colormap c1, _Xconst char* c2, XColor* x1, XColor* x2)); /* 48 */ void (*xMapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 49 */ void (*xMoveResizeWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 50 */ void (*xMoveWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2)); /* 51 */ void (*xNextEvent) _ANSI_ARGS_((Display* d, XEvent* x)); /* 52 */ void (*xPutBackEvent) _ANSI_ARGS_((Display* d, XEvent* x)); /* 53 */ void (*xQueryColors) _ANSI_ARGS_((Display* d, Colormap c, XColor* x, int i)); /* 54 */ Bool (*xQueryPointer) _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, int* i1, int* i2, int* i3, int* i4, unsigned int* ui)); /* 55 */ Status (*xQueryTree) _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, Window** w4, unsigned int* ui)); /* 56 */ void (*xRaiseWindow) _ANSI_ARGS_((Display* d, Window w)); /* 57 */ void (*xRefreshKeyboardMapping) _ANSI_ARGS_((XMappingEvent* x)); /* 58 */ void (*xResizeWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int ui1, unsigned int ui2)); /* 59 */ void (*xSelectInput) _ANSI_ARGS_((Display* d, Window w, long l)); /* 60 */ Status (*xSendEvent) _ANSI_ARGS_((Display* d, Window w, Bool b, long l, XEvent* x)); /* 61 */ void (*xSetCommand) _ANSI_ARGS_((Display* d, Window w, char** c, int i)); /* 62 */ void (*xSetIconName) _ANSI_ARGS_((Display* d, Window w, _Xconst char* c)); /* 63 */ void (*xSetInputFocus) _ANSI_ARGS_((Display* d, Window w, int i, Time t)); /* 64 */ void (*xSetSelectionOwner) _ANSI_ARGS_((Display* d, Atom a, Window w, Time t)); /* 65 */ void (*xSetWindowBackground) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 66 */ void (*xSetWindowBackgroundPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 67 */ void (*xSetWindowBorder) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 68 */ void (*xSetWindowBorderPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 69 */ void (*xSetWindowBorderWidth) _ANSI_ARGS_((Display* d, Window w, unsigned int ui)); /* 70 */ void (*xSetWindowColormap) _ANSI_ARGS_((Display* d, Window w, Colormap c)); /* 71 */ Bool (*xTranslateCoordinates) _ANSI_ARGS_((Display* d, Window w1, Window w2, int i1, int i2, int* i3, int* i4, Window* w3)); /* 72 */ void (*xUngrabKeyboard) _ANSI_ARGS_((Display* d, Time t)); /* 73 */ void (*xUngrabPointer) _ANSI_ARGS_((Display* d, Time t)); /* 74 */ void (*xUnmapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 75 */ void (*xWindowEvent) _ANSI_ARGS_((Display* d, Window w, long l, XEvent* x)); /* 76 */ void (*xDestroyIC) _ANSI_ARGS_((XIC x)); /* 77 */ Bool (*xFilterEvent) _ANSI_ARGS_((XEvent* x, Window w)); /* 78 */ int (*xmbLookupString) _ANSI_ARGS_((XIC xi, XKeyPressedEvent* xk, char* c, int i, KeySym* k, Status* s)); /* 79 */ void (*tkPutImage) _ANSI_ARGS_((unsigned long * colors, int ncolors, Display* display, Drawable d, GC gc, XImage* image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height)); /* 80 */ #endif /* __WIN32__ */ #ifdef MAC_TCL void *reserved0; XModifierKeymap* (*xGetModifierMapping) _ANSI_ARGS_((Display* d)); /* 1 */ XImage * (*xCreateImage) _ANSI_ARGS_((Display* d, Visual* v, unsigned int ui1, int i1, int i2, char* cp, unsigned int ui2, unsigned int ui3, int i3, int i4)); /* 2 */ XImage * (*xGetImage) _ANSI_ARGS_((Display* d, Drawable dr, int i1, int i2, unsigned int ui1, unsigned int ui2, unsigned long ul, int i3)); /* 3 */ char * (*xGetAtomName) _ANSI_ARGS_((Display* d, Atom a)); /* 4 */ char * (*xKeysymToString) _ANSI_ARGS_((KeySym k)); /* 5 */ Colormap (*xCreateColormap) _ANSI_ARGS_((Display* d, Window w, Visual* v, int i)); /* 6 */ GContext (*xGContextFromGC) _ANSI_ARGS_((GC g)); /* 7 */ KeySym (*xKeycodeToKeysym) _ANSI_ARGS_((Display* d, KeyCode k, int i)); /* 8 */ KeySym (*xStringToKeysym) _ANSI_ARGS_((_Xconst char* c)); /* 9 */ Window (*xRootWindow) _ANSI_ARGS_((Display* d, int i)); /* 10 */ XErrorHandler (*xSetErrorHandler) _ANSI_ARGS_((XErrorHandler x)); /* 11 */ Status (*xAllocColor) _ANSI_ARGS_((Display* d, Colormap c, XColor* xp)); /* 12 */ void (*xBell) _ANSI_ARGS_((Display* d, int i)); /* 13 */ void (*xChangeProperty) _ANSI_ARGS_((Display* d, Window w, Atom a, Atom a, int i1, int i2, _Xconst unsigned char* c, int i3)); /* 14 */ void (*xChangeWindowAttributes) _ANSI_ARGS_((Display* d, Window w, unsigned long ul, XSetWindowAttributes* x)); /* 15 */ void (*xConfigureWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int i, XWindowChanges* x)); /* 16 */ void (*xCopyArea) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 17 */ void (*xCopyPlane) _ANSI_ARGS_((Display* d, Drawable dr1, Drawable dr2, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4, unsigned long ul)); /* 18 */ Pixmap (*xCreateBitmapFromData) _ANSI_ARGS_((Display* display, Drawable d, _Xconst char* data, unsigned int width, unsigned int height)); /* 19 */ void (*xDefineCursor) _ANSI_ARGS_((Display* d, Window w, Cursor c)); /* 20 */ void (*xDestroyWindow) _ANSI_ARGS_((Display* d, Window w)); /* 21 */ void (*xDrawArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 22 */ void (*xDrawLines) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2)); /* 23 */ void (*xDrawRectangle) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 24 */ void (*xFillArc) _ANSI_ARGS_((Display* d, Drawable dr, GC g, int i1, int i2, unsigned int ui1, unsigned int ui2, int i3, int i4)); /* 25 */ void (*xFillPolygon) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XPoint* x, int i1, int i2, int i3)); /* 26 */ void (*xFillRectangles) _ANSI_ARGS_((Display* d, Drawable dr, GC g, XRectangle* x, int i)); /* 27 */ void (*xFreeColormap) _ANSI_ARGS_((Display* d, Colormap c)); /* 28 */ void (*xFreeColors) _ANSI_ARGS_((Display* d, Colormap c, unsigned long* ulp, int i, unsigned long ul)); /* 29 */ void (*xFreeModifiermap) _ANSI_ARGS_((XModifierKeymap* x)); /* 30 */ Status (*xGetGeometry) _ANSI_ARGS_((Display* d, Drawable dr, Window* w, int* i1, int* i2, unsigned int* ui1, unsigned int* ui2, unsigned int* ui3, unsigned int* ui4)); /* 31 */ int (*xGetWindowProperty) _ANSI_ARGS_((Display* d, Window w, Atom a1, long l1, long l2, Bool b, Atom a2, Atom* ap, int* ip, unsigned long* ulp1, unsigned long* ulp2, unsigned char** cpp)); /* 32 */ int (*xGrabKeyboard) _ANSI_ARGS_((Display* d, Window w, Bool b, int i1, int i2, Time t)); /* 33 */ int (*xGrabPointer) _ANSI_ARGS_((Display* d, Window w1, Bool b, unsigned int ui, int i1, int i2, Window w2, Cursor c, Time t)); /* 34 */ KeyCode (*xKeysymToKeycode) _ANSI_ARGS_((Display* d, KeySym k)); /* 35 */ void (*xMapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 36 */ void (*xMoveResizeWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2, unsigned int ui1, unsigned int ui2)); /* 37 */ void (*xMoveWindow) _ANSI_ARGS_((Display* d, Window w, int i1, int i2)); /* 38 */ Bool (*xQueryPointer) _ANSI_ARGS_((Display* d, Window w1, Window* w2, Window* w3, int* i1, int* i2, int* i3, int* i4, unsigned int* ui)); /* 39 */ void (*xRaiseWindow) _ANSI_ARGS_((Display* d, Window w)); /* 40 */ void (*xRefreshKeyboardMapping) _ANSI_ARGS_((XMappingEvent* x)); /* 41 */ void (*xResizeWindow) _ANSI_ARGS_((Display* d, Window w, unsigned int ui1, unsigned int ui2)); /* 42 */ void (*xSelectInput) _ANSI_ARGS_((Display* d, Window w, long l)); /* 43 */ Status (*xSendEvent) _ANSI_ARGS_((Display* d, Window w, Bool b, long l, XEvent* x)); /* 44 */ void (*xSetIconName) _ANSI_ARGS_((Display* d, Window w, _Xconst char* c)); /* 45 */ void (*xSetInputFocus) _ANSI_ARGS_((Display* d, Window w, int i, Time t)); /* 46 */ void (*xSetSelectionOwner) _ANSI_ARGS_((Display* d, Atom a, Window w, Time t)); /* 47 */ void (*xSetWindowBackground) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 48 */ void (*xSetWindowBackgroundPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 49 */ void (*xSetWindowBorder) _ANSI_ARGS_((Display* d, Window w, unsigned long ul)); /* 50 */ void (*xSetWindowBorderPixmap) _ANSI_ARGS_((Display* d, Window w, Pixmap p)); /* 51 */ void (*xSetWindowBorderWidth) _ANSI_ARGS_((Display* d, Window w, unsigned int ui)); /* 52 */ void (*xSetWindowColormap) _ANSI_ARGS_((Display* d, Window w, Colormap c)); /* 53 */ void (*xUngrabKeyboard) _ANSI_ARGS_((Display* d, Time t)); /* 54 */ void (*xUngrabPointer) _ANSI_ARGS_((Display* d, Time t)); /* 55 */ void (*xUnmapWindow) _ANSI_ARGS_((Display* d, Window w)); /* 56 */ void (*tkPutImage) _ANSI_ARGS_((unsigned long * colors, int ncolors, Display* display, Drawable d, GC gc, XImage* image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height)); /* 57 */ #endif /* MAC_TCL */ } TkIntXlibStubs; extern TkIntXlibStubs *tkIntXlibStubsPtr; #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) /* * Inline function declarations: */ #ifdef __WIN32__ /* Slot 0 is reserved */ #ifndef XGetModifierMapping #define XGetModifierMapping(d) \ (tkIntXlibStubsPtr->xGetModifierMapping)(d) /* 1 */ #endif #ifndef XCreateImage #define XCreateImage(d, v, ui1, i1, i2, cp, ui2, ui3, i3, i4) \ (tkIntXlibStubsPtr->xCreateImage)(d, v, ui1, i1, i2, cp, ui2, ui3, i3, i4) /* 2 */ #endif #ifndef XGetImage #define XGetImage(d, dr, i1, i2, ui1, ui2, ul, i3) \ (tkIntXlibStubsPtr->xGetImage)(d, dr, i1, i2, ui1, ui2, ul, i3) /* 3 */ #endif #ifndef XGetAtomName #define XGetAtomName(d, a) \ (tkIntXlibStubsPtr->xGetAtomName)(d, a) /* 4 */ #endif #ifndef XKeysymToString #define XKeysymToString(k) \ (tkIntXlibStubsPtr->xKeysymToString)(k) /* 5 */ #endif #ifndef XCreateColormap #define XCreateColormap(d, w, v, i) \ (tkIntXlibStubsPtr->xCreateColormap)(d, w, v, i) /* 6 */ #endif #ifndef XCreatePixmapCursor #define XCreatePixmapCursor(d, p1, p2, x1, x2, ui1, ui2) \ (tkIntXlibStubsPtr->xCreatePixmapCursor)(d, p1, p2, x1, x2, ui1, ui2) /* 7 */ #endif #ifndef XCreateGlyphCursor #define XCreateGlyphCursor(d, f1, f2, ui1, ui2, x1, x2) \ (tkIntXlibStubsPtr->xCreateGlyphCursor)(d, f1, f2, ui1, ui2, x1, x2) /* 8 */ #endif #ifndef XGContextFromGC #define XGContextFromGC(g) \ (tkIntXlibStubsPtr->xGContextFromGC)(g) /* 9 */ #endif #ifndef XListHosts #define XListHosts(d, i, b) \ (tkIntXlibStubsPtr->xListHosts)(d, i, b) /* 10 */ #endif #ifndef XKeycodeToKeysym #define XKeycodeToKeysym(d, k, i) \ (tkIntXlibStubsPtr->xKeycodeToKeysym)(d, k, i) /* 11 */ #endif #ifndef XStringToKeysym #define XStringToKeysym(c) \ (tkIntXlibStubsPtr->xStringToKeysym)(c) /* 12 */ #endif #ifndef XRootWindow #define XRootWindow(d, i) \ (tkIntXlibStubsPtr->xRootWindow)(d, i) /* 13 */ #endif #ifndef XSetErrorHandler #define XSetErrorHandler(x) \ (tkIntXlibStubsPtr->xSetErrorHandler)(x) /* 14 */ #endif #ifndef XIconifyWindow #define XIconifyWindow(d, w, i) \ (tkIntXlibStubsPtr->xIconifyWindow)(d, w, i) /* 15 */ #endif #ifndef XWithdrawWindow #define XWithdrawWindow(d, w, i) \ (tkIntXlibStubsPtr->xWithdrawWindow)(d, w, i) /* 16 */ #endif #ifndef XGetWMColormapWindows #define XGetWMColormapWindows(d, w, wpp, ip) \ (tkIntXlibStubsPtr->xGetWMColormapWindows)(d, w, wpp, ip) /* 17 */ #endif #ifndef XAllocColor #define XAllocColor(d, c, xp) \ (tkIntXlibStubsPtr->xAllocColor)(d, c, xp) /* 18 */ #endif #ifndef XBell #define XBell(d, i) \ (tkIntXlibStubsPtr->xBell)(d, i) /* 19 */ #endif #ifndef XChangeProperty #define XChangeProperty(d, w, a1, a2, i1, i2, c, i3) \ (tkIntXlibStubsPtr->xChangeProperty)(d, w, a1, a2, i1, i2, c, i3) /* 20 */ #endif #ifndef XChangeWindowAttributes #define XChangeWindowAttributes(d, w, ul, x) \ (tkIntXlibStubsPtr->xChangeWindowAttributes)(d, w, ul, x) /* 21 */ #endif #ifndef XClearWindow #define XClearWindow(d, w) \ (tkIntXlibStubsPtr->xClearWindow)(d, w) /* 22 */ #endif #ifndef XConfigureWindow #define XConfigureWindow(d, w, i, x) \ (tkIntXlibStubsPtr->xConfigureWindow)(d, w, i, x) /* 23 */ #endif #ifndef XCopyArea #define XCopyArea(d, dr1, dr2, g, i1, i2, ui1, ui2, i3, i4) \ (tkIntXlibStubsPtr->xCopyArea)(d, dr1, dr2, g, i1, i2, ui1, ui2, i3, i4) /* 24 */ #endif #ifndef XCopyPlane #define XCopyPlane(d, dr1, dr2, g, i1, i2, ui1, ui2, i3, i4, ul) \ (tkIntXlibStubsPtr->xCopyPlane)(d, dr1, dr2, g, i1, i2, ui1, ui2, i3, i4, ul) /* 25 */ #endif #ifndef XCreateBitmapFromData #define XCreateBitmapFromData(display, d, data, width, height) \ (tkIntXlibStubsPtr->xCreateBitmapFromData)(display, d, data, width, height) /* 26 */ #endif #ifndef XDefineCursor #define XDefineCursor(d, w, c) \ (tkIntXlibStubsPtr->xDefineCursor)(d, w, c) /* 27 */ #endif #ifndef XDeleteProperty #define XDeleteProperty(d, w, a) \ (tkIntXlibStubsPtr->xDeleteProperty)(d, w, a) /* 28 */ #endif #ifndef XDestroyWindow #define XDestroyWindow(d, w) \ (tkIntXlibStubsPtr->xDestroyWindow)(d, w) /* 29 */ #endif #ifndef XDrawArc #define XDrawArc(d, dr, g, i1, i2, ui1, ui2, i3, i4) \ (tkIntXlibStubsPtr->xDrawArc)(d, dr, g, i1, i2, ui1, ui2, i3, i4) /* 30 */ #endif #ifndef XDrawLines #define XDrawLines(d, dr, g, x, i1, i2) \ (tkIntXlibStubsPtr->xDrawLines)(d, dr, g, x, i1, i2) /* 31 */ #endif #ifndef XDrawRectangle #define XDrawRectangle(d, dr, g, i1, i2, ui1, ui2) \ (tkIntXlibStubsPtr->xDrawRectangle)(d, dr, g, i1, i2, ui1, ui2) /* 32 */ #endif #ifndef XFillArc #define XFillArc(d, dr, g, i1, i2, ui1, ui2, i3, i4) \ (tkIntXlibStubsPtr->xFillArc)(d, dr, g, i1, i2, ui1, ui2, i3, i4) /* 33 */ #endif #ifndef XFillPolygon #define XFillPolygon(d, dr, g, x, i1, i2, i3) \ (tkIntXlibStubsPtr->xFillPolygon)(d, dr, g, x, i1, i2, i3) /* 34 */ #endif #ifndef XFillRectangles #define XFillRectangles(d, dr, g, x, i) \ (tkIntXlibStubsPtr->xFillRectangles)(d, dr, g, x, i) /* 35 */ #endif #ifndef XForceScreenSaver #define XForceScreenSaver(d, i) \ (tkIntXlibStubsPtr->xForceScreenSaver)(d, i) /* 36 */ #endif #ifndef XFreeColormap #define XFreeColormap(d, c) \ (tkIntXlibStubsPtr->xFreeColormap)(d, c) /* 37 */ #endif #ifndef XFreeColors #define XFreeColors(d, c, ulp, i, ul) \ (tkIntXlibStubsPtr->xFreeColors)(d, c, ulp, i, ul) /* 38 */ #endif #ifndef XFreeCursor #define XFreeCursor(d, c) \ (tkIntXlibStubsPtr->xFreeCursor)(d, c) /* 39 */ #endif #ifndef XFreeModifiermap #define XFreeModifiermap(x) \ (tkIntXlibStubsPtr->xFreeModifiermap)(x) /* 40 */ #endif #ifndef XGetGeometry #define XGetGeometry(d, dr, w, i1, i2, ui1, ui2, ui3, ui4) \ (tkIntXlibStubsPtr->xGetGeometry)(d, dr, w, i1, i2, ui1, ui2, ui3, ui4) /* 41 */ #endif #ifndef XGetInputFocus #define XGetInputFocus(d, w, i) \ (tkIntXlibStubsPtr->xGetInputFocus)(d, w, i) /* 42 */ #endif #ifndef XGetWindowProperty #define XGetWindowProperty(d, w, a1, l1, l2, b, a2, ap, ip, ulp1, ulp2, cpp) \ (tkIntXlibStubsPtr->xGetWindowProperty)(d, w, a1, l1, l2, b, a2, ap, ip, ulp1, ulp2, cpp) /* 43 */ #endif #ifndef XGetWindowAttributes #define XGetWindowAttributes(d, w, x) \ (tkIntXlibStubsPtr->xGetWindowAttributes)(d, w, x) /* 44 */ #endif #ifndef XGrabKeyboard #define XGrabKeyboard(d, w, b, i1, i2, t) \ (tkIntXlibStubsPtr->xGrabKeyboard)(d, w, b, i1, i2, t) /* 45 */ #endif #ifndef XGrabPointer #define XGrabPointer(d, w1, b, ui, i1, i2, w2, c, t) \ (tkIntXlibStubsPtr->xGrabPointer)(d, w1, b, ui, i1, i2, w2, c, t) /* 46 */ #endif #ifndef XKeysymToKeycode #define XKeysymToKeycode(d, k) \ (tkIntXlibStubsPtr->xKeysymToKeycode)(d, k) /* 47 */ #endif #ifndef XLookupColor #define XLookupColor(d, c1, c2, x1, x2) \ (tkIntXlibStubsPtr->xLookupColor)(d, c1, c2, x1, x2) /* 48 */ #endif #ifndef XMapWindow #define XMapWindow(d, w) \ (tkIntXlibStubsPtr->xMapWindow)(d, w) /* 49 */ #endif #ifndef XMoveResizeWindow #define XMoveResizeWindow(d, w, i1, i2, ui1, ui2) \ (tkIntXlibStubsPtr->xMoveResizeWindow)(d, w, i1, i2, ui1, ui2) /* 50 */ #endif #ifndef XMoveWindow #define XMoveWindow(d, w, i1, i2) \ (tkIntXlibStubsPtr->xMoveWindow)(d, w, i1, i2) /* 51 */ #endif #ifndef XNextEvent #define XNextEvent(d, x) \ (tkIntXlibStubsPtr->xNextEvent)(d, x) /* 52 */ #endif #ifndef XPutBackEvent #define XPutBackEvent(d, x) \ (tkIntXlibStubsPtr->xPutBackEvent)(d, x) /* 53 */ #endif #ifndef XQueryColors #define XQueryColors(d, c, x, i) \ (tkIntXlibStubsPtr->xQueryColors)(d, c, x, i) /* 54 */ #endif #ifndef XQueryPointer #define XQueryPointer(d, w1, w2, w3, i1, i2, i3, i4, ui) \ (tkIntXlibStubsPtr->xQueryPointer)(d, w1, w2, w3, i1, i2, i3, i4, ui) /* 55 */ #endif #ifndef XQueryTree #define XQueryTree(d, w1, w2, w3, w4, ui) \ (tkIntXlibStubsPtr->xQueryTree)(d, w1, w2, w3, w4, ui) /* 56 */ #endif #ifndef XRaiseWindow #define XRaiseWindow(d, w) \ (tkIntXlibStubsPtr->xRaiseWindow)(d, w) /* 57 */ #endif #ifndef XRefreshKeyboardMapping #define XRefreshKeyboardMapping(x) \ (tkIntXlibStubsPtr->xRefreshKeyboardMapping)(x) /* 58 */ #endif #ifndef XResizeWindow #define XResizeWindow(d, w, ui1, ui2) \ (tkIntXlibStubsPtr->xResizeWindow)(d, w, ui1, ui2) /* 59 */ #endif #ifndef XSelectInput #define XSelectInput(d, w, l) \ (tkIntXlibStubsPtr->xSelectInput)(d, w, l) /* 60 */ #endif #ifndef XSendEvent #define XSendEvent(d, w, b, l, x) \ (tkIntXlibStubsPtr->xSendEvent)(d, w, b, l, x) /* 61 */ #endif #ifndef XSetCommand #define XSetCommand(d, w, c, i) \ (tkIntXlibStubsPtr->xSetCommand)(d, w, c, i) /* 62 */ #endif #ifndef XSetIconName #define XSetIconName(d, w, c) \ (tkIntXlibStubsPtr->xSetIconName)(d, w, c) /* 63 */ #endif #ifndef XSetInputFocus #define XSetInputFocus(d, w, i, t) \ (tkIntXlibStubsPtr->xSetInputFocus)(d, w, i, t) /* 64 */ #endif #ifndef XSetSelectionOwner #define XSetSelectionOwner(d, a, w, t) \ (tkIntXlibStubsPtr->xSetSelectionOwner)(d, a, w, t) /* 65 */ #endif #ifndef XSetWindowBackground #define XSetWindowBackground(d, w, ul) \ (tkIntXlibStubsPtr->xSetWindowBackground)(d, w, ul) /* 66 */ #endif #ifndef XSetWindowBackgroundPixmap #define XSetWindowBackgroundPixmap(d, w, p) \ (tkIntXlibStubsPtr->xSetWindowBackgroundPixmap)(d, w, p) /* 67 */ #endif #ifndef XSetWindowBorder #define XSetWindowBorder(d, w, ul) \ (tkIntXlibStubsPtr->xSetWindowBorder)(d, w, ul) /* 68 */ #endif #ifndef XSetWindowBorderPixmap #define XSetWindowBorderPixmap(d, w, p) \ (tkIntXlibStubsPtr->xSetWindowBorderPixmap)(d, w, p) /* 69 */ #endif #ifndef XSetWindowBorderWidth #define XSetWindowBorderWidth(d, w, ui) \ (tkIntXlibStubsPtr->xSetWindowBorderWidth)(d, w, ui) /* 70 */ #endif #ifndef XSetWindowColormap #define XSetWindowColormap(d, w, c) \ (tkIntXlibStubsPtr->xSetWindowColormap)(d, w, c) /* 71 */ #endif #ifndef XTranslateCoordinates #define XTranslateCoordinates(d, w1, w2, i1, i2, i3, i4, w3) \ (tkIntXlibStubsPtr->xTranslateCoordinates)(d, w1, w2, i1, i2, i3, i4, w3) /* 72 */ #endif #ifndef XUngrabKeyboard #define XUngrabKeyboard(d, t) \ (tkIntXlibStubsPtr->xUngrabKeyboard)(d, t) /* 73 */ #endif #ifndef XUngrabPointer #define XUngrabPointer(d, t) \ (tkIntXlibStubsPtr->xUngrabPointer)(d, t) /* 74 */ #endif #ifndef XUnmapWindow #define XUnmapWindow(d, w) \ (tkIntXlibStubsPtr->xUnmapWindow)(d, w) /* 75 */ #endif #ifndef XWindowEvent #define XWindowEvent(d, w, l, x) \ (tkIntXlibStubsPtr->xWindowEvent)(d, w, l, x) /* 76 */ #endif #ifndef XDestroyIC #define XDestroyIC(x) \ (tkIntXlibStubsPtr->xDestroyIC)(x) /* 77 */ #endif #ifndef XFilterEvent #define XFilterEvent(x, w) \ (tkIntXlibStubsPtr->xFilterEvent)(x, w) /* 78 */ #endif #ifndef XmbLookupString #define XmbLookupString(xi, xk, c, i, k, s) \ (tkIntXlibStubsPtr->xmbLookupString)(xi, xk, c, i, k, s) /* 79 */ #endif #ifndef TkPutImage #define TkPutImage(colors, ncolors, display, d, gc, image, src_x, src_y, dest_x, dest_y, width, height) \ (tkIntXlibStubsPtr->tkPutImage)(colors, ncolors, display, d, gc, image, src_x, src_y, dest_x, dest_y, width, height) /* 80 */ #endif #endif /* __WIN32__ */ #ifdef MAC_TCL /* Slot 0 is reserved */ #ifndef XGetModifierMapping #define XGetModifierMapping(d) \ (tkIntXlibStubsPtr->xGetModifierMapping)(d) /* 1 */ #endif #ifndef XCreateImage #define XCreateImage(d, v, ui1, i1, i2, cp, ui2, ui3, i3, i4) \ (tkIntXlibStubsPtr->xCreateImage)(d, v, ui1, i1, i2, cp, ui2, ui3, i3, i4) /* 2 */ #endif #ifndef XGetImage #define XGetImage(d, dr, i1, i2, ui1, ui2, ul, i3) \ (tkIntXlibStubsPtr->xGetImage)(d, dr, i1, i2, ui1, ui2, ul, i3) /* 3 */ #endif #ifndef XGetAtomName #define XGetAtomName(d, a) \ (tkIntXlibStubsPtr->xGetAtomName)(d, a) /* 4 */ #endif #ifndef XKeysymToString #define XKeysymToString(k) \ (tkIntXlibStubsPtr->xKeysymToString)(k) /* 5 */ #endif #ifndef XCreateColormap #define XCreateColormap(d, w, v, i) \ (tkIntXlibStubsPtr->xCreateColormap)(d, w, v, i) /* 6 */ #endif #ifndef XGContextFromGC #define XGContextFromGC(g) \ (tkIntXlibStubsPtr->xGContextFromGC)(g) /* 7 */ #endif #ifndef XKeycodeToKeysym #define XKeycodeToKeysym(d, k, i) \ (tkIntXlibStubsPtr->xKeycodeToKeysym)(d, k, i) /* 8 */ #endif #ifndef XStringToKeysym #define XStringToKeysym(c) \ (tkIntXlibStubsPtr->xStringToKeysym)(c) /* 9 */ #endif #ifndef XRootWindow #define XRootWindow(d, i) \ (tkIntXlibStubsPtr->xRootWindow)(d, i) /* 10 */ #endif #ifndef XSetErrorHandler #define XSetErrorHandler(x) \ (tkIntXlibStubsPtr->xSetErrorHandler)(x) /* 11 */ #endif #ifndef XAllocColor #define XAllocColor(d, c, xp) \ (tkIntXlibStubsPtr->xAllocColor)(d, c, xp) /* 12 */ #endif #ifndef XBell #define XBell(d, i) \ (tkIntXlibStubsPtr->xBell)(d, i) /* 13 */ #endif #ifndef XChangeProperty #define XChangeProperty(d, w, a, a, i1, i2, c, i3) \ (tkIntXlibStubsPtr->xChangeProperty)(d, w, a, a, i1, i2, c, i3) /* 14 */ #endif #ifndef XChangeWindowAttributes #define XChangeWindowAttributes(d, w, ul, x) \ (tkIntXlibStubsPtr->xChangeWindowAttributes)(d, w, ul, x) /* 15 */ #endif #ifndef XConfigureWindow #define XConfigureWindow(d, w, i, x) \ (tkIntXlibStubsPtr->xConfigureWindow)(d, w, i, x) /* 16 */ #endif #ifndef XCopyArea #define XCopyArea(d, dr1, dr2, g, i1, i2, ui1, ui2, i3, i4) \ (tkIntXlibStubsPtr->xCopyArea)(d, dr1, dr2, g, i1, i2, ui1, ui2, i3, i4) /* 17 */ #endif #ifndef XCopyPlane #define XCopyPlane(d, dr1, dr2, g, i1, i2, ui1, ui2, i3, i4, ul) \ (tkIntXlibStubsPtr->xCopyPlane)(d, dr1, dr2, g, i1, i2, ui1, ui2, i3, i4, ul) /* 18 */ #endif #ifndef XCreateBitmapFromData #define XCreateBitmapFromData(display, d, data, width, height) \ (tkIntXlibStubsPtr->xCreateBitmapFromData)(display, d, data, width, height) /* 19 */ #endif #ifndef XDefineCursor #define XDefineCursor(d, w, c) \ (tkIntXlibStubsPtr->xDefineCursor)(d, w, c) /* 20 */ #endif #ifndef XDestroyWindow #define XDestroyWindow(d, w) \ (tkIntXlibStubsPtr->xDestroyWindow)(d, w) /* 21 */ #endif #ifndef XDrawArc #define XDrawArc(d, dr, g, i1, i2, ui1, ui2, i3, i4) \ (tkIntXlibStubsPtr->xDrawArc)(d, dr, g, i1, i2, ui1, ui2, i3, i4) /* 22 */ #endif #ifndef XDrawLines #define XDrawLines(d, dr, g, x, i1, i2) \ (tkIntXlibStubsPtr->xDrawLines)(d, dr, g, x, i1, i2) /* 23 */ #endif #ifndef XDrawRectangle #define XDrawRectangle(d, dr, g, i1, i2, ui1, ui2) \ (tkIntXlibStubsPtr->xDrawRectangle)(d, dr, g, i1, i2, ui1, ui2) /* 24 */ #endif #ifndef XFillArc #define XFillArc(d, dr, g, i1, i2, ui1, ui2, i3, i4) \ (tkIntXlibStubsPtr->xFillArc)(d, dr, g, i1, i2, ui1, ui2, i3, i4) /* 25 */ #endif #ifndef XFillPolygon #define XFillPolygon(d, dr, g, x, i1, i2, i3) \ (tkIntXlibStubsPtr->xFillPolygon)(d, dr, g, x, i1, i2, i3) /* 26 */ #endif #ifndef XFillRectangles #define XFillRectangles(d, dr, g, x, i) \ (tkIntXlibStubsPtr->xFillRectangles)(d, dr, g, x, i) /* 27 */ #endif #ifndef XFreeColormap #define XFreeColormap(d, c) \ (tkIntXlibStubsPtr->xFreeColormap)(d, c) /* 28 */ #endif #ifndef XFreeColors #define XFreeColors(d, c, ulp, i, ul) \ (tkIntXlibStubsPtr->xFreeColors)(d, c, ulp, i, ul) /* 29 */ #endif #ifndef XFreeModifiermap #define XFreeModifiermap(x) \ (tkIntXlibStubsPtr->xFreeModifiermap)(x) /* 30 */ #endif #ifndef XGetGeometry #define XGetGeometry(d, dr, w, i1, i2, ui1, ui2, ui3, ui4) \ (tkIntXlibStubsPtr->xGetGeometry)(d, dr, w, i1, i2, ui1, ui2, ui3, ui4) /* 31 */ #endif #ifndef XGetWindowProperty #define XGetWindowProperty(d, w, a1, l1, l2, b, a2, ap, ip, ulp1, ulp2, cpp) \ (tkIntXlibStubsPtr->xGetWindowProperty)(d, w, a1, l1, l2, b, a2, ap, ip, ulp1, ulp2, cpp) /* 32 */ #endif #ifndef XGrabKeyboard #define XGrabKeyboard(d, w, b, i1, i2, t) \ (tkIntXlibStubsPtr->xGrabKeyboard)(d, w, b, i1, i2, t) /* 33 */ #endif #ifndef XGrabPointer #define XGrabPointer(d, w1, b, ui, i1, i2, w2, c, t) \ (tkIntXlibStubsPtr->xGrabPointer)(d, w1, b, ui, i1, i2, w2, c, t) /* 34 */ #endif #ifndef XKeysymToKeycode #define XKeysymToKeycode(d, k) \ (tkIntXlibStubsPtr->xKeysymToKeycode)(d, k) /* 35 */ #endif #ifndef XMapWindow #define XMapWindow(d, w) \ (tkIntXlibStubsPtr->xMapWindow)(d, w) /* 36 */ #endif #ifndef XMoveResizeWindow #define XMoveResizeWindow(d, w, i1, i2, ui1, ui2) \ (tkIntXlibStubsPtr->xMoveResizeWindow)(d, w, i1, i2, ui1, ui2) /* 37 */ #endif #ifndef XMoveWindow #define XMoveWindow(d, w, i1, i2) \ (tkIntXlibStubsPtr->xMoveWindow)(d, w, i1, i2) /* 38 */ #endif #ifndef XQueryPointer #define XQueryPointer(d, w1, w2, w3, i1, i2, i3, i4, ui) \ (tkIntXlibStubsPtr->xQueryPointer)(d, w1, w2, w3, i1, i2, i3, i4, ui) /* 39 */ #endif #ifndef XRaiseWindow #define XRaiseWindow(d, w) \ (tkIntXlibStubsPtr->xRaiseWindow)(d, w) /* 40 */ #endif #ifndef XRefreshKeyboardMapping #define XRefreshKeyboardMapping(x) \ (tkIntXlibStubsPtr->xRefreshKeyboardMapping)(x) /* 41 */ #endif #ifndef XResizeWindow #define XResizeWindow(d, w, ui1, ui2) \ (tkIntXlibStubsPtr->xResizeWindow)(d, w, ui1, ui2) /* 42 */ #endif #ifndef XSelectInput #define XSelectInput(d, w, l) \ (tkIntXlibStubsPtr->xSelectInput)(d, w, l) /* 43 */ #endif #ifndef XSendEvent #define XSendEvent(d, w, b, l, x) \ (tkIntXlibStubsPtr->xSendEvent)(d, w, b, l, x) /* 44 */ #endif #ifndef XSetIconName #define XSetIconName(d, w, c) \ (tkIntXlibStubsPtr->xSetIconName)(d, w, c) /* 45 */ #endif #ifndef XSetInputFocus #define XSetInputFocus(d, w, i, t) \ (tkIntXlibStubsPtr->xSetInputFocus)(d, w, i, t) /* 46 */ #endif #ifndef XSetSelectionOwner #define XSetSelectionOwner(d, a, w, t) \ (tkIntXlibStubsPtr->xSetSelectionOwner)(d, a, w, t) /* 47 */ #endif #ifndef XSetWindowBackground #define XSetWindowBackground(d, w, ul) \ (tkIntXlibStubsPtr->xSetWindowBackground)(d, w, ul) /* 48 */ #endif #ifndef XSetWindowBackgroundPixmap #define XSetWindowBackgroundPixmap(d, w, p) \ (tkIntXlibStubsPtr->xSetWindowBackgroundPixmap)(d, w, p) /* 49 */ #endif #ifndef XSetWindowBorder #define XSetWindowBorder(d, w, ul) \ (tkIntXlibStubsPtr->xSetWindowBorder)(d, w, ul) /* 50 */ #endif #ifndef XSetWindowBorderPixmap #define XSetWindowBorderPixmap(d, w, p) \ (tkIntXlibStubsPtr->xSetWindowBorderPixmap)(d, w, p) /* 51 */ #endif #ifndef XSetWindowBorderWidth #define XSetWindowBorderWidth(d, w, ui) \ (tkIntXlibStubsPtr->xSetWindowBorderWidth)(d, w, ui) /* 52 */ #endif #ifndef XSetWindowColormap #define XSetWindowColormap(d, w, c) \ (tkIntXlibStubsPtr->xSetWindowColormap)(d, w, c) /* 53 */ #endif #ifndef XUngrabKeyboard #define XUngrabKeyboard(d, t) \ (tkIntXlibStubsPtr->xUngrabKeyboard)(d, t) /* 54 */ #endif #ifndef XUngrabPointer #define XUngrabPointer(d, t) \ (tkIntXlibStubsPtr->xUngrabPointer)(d, t) /* 55 */ #endif #ifndef XUnmapWindow #define XUnmapWindow(d, w) \ (tkIntXlibStubsPtr->xUnmapWindow)(d, w) /* 56 */ #endif #ifndef TkPutImage #define TkPutImage(colors, ncolors, display, d, gc, image, src_x, src_y, dest_x, dest_y, width, height) \ (tkIntXlibStubsPtr->tkPutImage)(colors, ncolors, display, d, gc, image, src_x, src_y, dest_x, dest_y, width, height) /* 57 */ #endif #endif /* MAC_TCL */ #endif /* defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) */ /* !END!: Do not edit above this line. */ #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT #endif /* _TKINTXLIBDECLS */ |
Changes to generic/tkStubInit.c.
1 2 3 4 5 6 7 8 9 10 | /* * tkStubInit.c -- * * This file contains the initializers for the Tk stub vectors. * * Copyright (c) 1998-1999 by Scriptics Corporation. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /* * tkStubInit.c -- * * This file contains the initializers for the Tk stub vectors. * * Copyright (c) 1998-1999 by Scriptics Corporation. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: tkStubInit.c,v 1.2.2.2 1999/03/12 03:12:47 stanton Exp $ */ #include "tkInt.h" #include "tkPort.h" #ifdef __WIN32__ #include "tkWinInt.h" |
︙ | ︙ | |||
513 514 515 516 517 518 519 | TkIntPlatStubs *tkIntPlatStubsPtr = &tkIntPlatStubs; TkIntXlibStubs tkIntXlibStubs = { TCL_STUB_MAGIC, NULL, #ifdef __WIN32__ | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 | TkIntPlatStubs *tkIntPlatStubsPtr = &tkIntPlatStubs; TkIntXlibStubs tkIntXlibStubs = { TCL_STUB_MAGIC, NULL, #ifdef __WIN32__ NULL, /* 0 */ XGetModifierMapping, /* 1 */ XCreateImage, /* 2 */ XGetImage, /* 3 */ XGetAtomName, /* 4 */ XKeysymToString, /* 5 */ XCreateColormap, /* 6 */ XCreatePixmapCursor, /* 7 */ XCreateGlyphCursor, /* 8 */ XGContextFromGC, /* 9 */ XListHosts, /* 10 */ XKeycodeToKeysym, /* 11 */ XStringToKeysym, /* 12 */ XRootWindow, /* 13 */ XSetErrorHandler, /* 14 */ XIconifyWindow, /* 15 */ XWithdrawWindow, /* 16 */ XGetWMColormapWindows, /* 17 */ XAllocColor, /* 18 */ XBell, /* 19 */ XChangeProperty, /* 20 */ XChangeWindowAttributes, /* 21 */ XClearWindow, /* 22 */ XConfigureWindow, /* 23 */ XCopyArea, /* 24 */ XCopyPlane, /* 25 */ XCreateBitmapFromData, /* 26 */ XDefineCursor, /* 27 */ XDeleteProperty, /* 28 */ XDestroyWindow, /* 29 */ XDrawArc, /* 30 */ XDrawLines, /* 31 */ XDrawRectangle, /* 32 */ XFillArc, /* 33 */ XFillPolygon, /* 34 */ XFillRectangles, /* 35 */ XForceScreenSaver, /* 36 */ XFreeColormap, /* 37 */ XFreeColors, /* 38 */ XFreeCursor, /* 39 */ XFreeModifiermap, /* 40 */ XGetGeometry, /* 41 */ XGetInputFocus, /* 42 */ XGetWindowProperty, /* 43 */ XGetWindowAttributes, /* 44 */ XGrabKeyboard, /* 45 */ XGrabPointer, /* 46 */ XKeysymToKeycode, /* 47 */ XLookupColor, /* 48 */ XMapWindow, /* 49 */ XMoveResizeWindow, /* 50 */ XMoveWindow, /* 51 */ XNextEvent, /* 52 */ XPutBackEvent, /* 53 */ XQueryColors, /* 54 */ XQueryPointer, /* 55 */ XQueryTree, /* 56 */ XRaiseWindow, /* 57 */ XRefreshKeyboardMapping, /* 58 */ XResizeWindow, /* 59 */ XSelectInput, /* 60 */ XSendEvent, /* 61 */ XSetCommand, /* 62 */ XSetIconName, /* 63 */ XSetInputFocus, /* 64 */ XSetSelectionOwner, /* 65 */ XSetWindowBackground, /* 66 */ XSetWindowBackgroundPixmap, /* 67 */ XSetWindowBorder, /* 68 */ XSetWindowBorderPixmap, /* 69 */ XSetWindowBorderWidth, /* 70 */ XSetWindowColormap, /* 71 */ XTranslateCoordinates, /* 72 */ XUngrabKeyboard, /* 73 */ XUngrabPointer, /* 74 */ XUnmapWindow, /* 75 */ XWindowEvent, /* 76 */ XDestroyIC, /* 77 */ XFilterEvent, /* 78 */ XmbLookupString, /* 79 */ TkPutImage, /* 80 */ #endif /* __WIN32__ */ #ifdef MAC_TCL NULL, /* 0 */ XGetModifierMapping, /* 1 */ XCreateImage, /* 2 */ XGetImage, /* 3 */ XGetAtomName, /* 4 */ XKeysymToString, /* 5 */ XCreateColormap, /* 6 */ XGContextFromGC, /* 7 */ XKeycodeToKeysym, /* 8 */ XStringToKeysym, /* 9 */ XRootWindow, /* 10 */ XSetErrorHandler, /* 11 */ XAllocColor, /* 12 */ XBell, /* 13 */ XChangeProperty, /* 14 */ XChangeWindowAttributes, /* 15 */ XConfigureWindow, /* 16 */ XCopyArea, /* 17 */ XCopyPlane, /* 18 */ XCreateBitmapFromData, /* 19 */ XDefineCursor, /* 20 */ XDestroyWindow, /* 21 */ XDrawArc, /* 22 */ XDrawLines, /* 23 */ XDrawRectangle, /* 24 */ XFillArc, /* 25 */ XFillPolygon, /* 26 */ XFillRectangles, /* 27 */ XFreeColormap, /* 28 */ XFreeColors, /* 29 */ XFreeModifiermap, /* 30 */ XGetGeometry, /* 31 */ XGetWindowProperty, /* 32 */ XGrabKeyboard, /* 33 */ XGrabPointer, /* 34 */ XKeysymToKeycode, /* 35 */ XMapWindow, /* 36 */ XMoveResizeWindow, /* 37 */ XMoveWindow, /* 38 */ XQueryPointer, /* 39 */ XRaiseWindow, /* 40 */ XRefreshKeyboardMapping, /* 41 */ XResizeWindow, /* 42 */ XSelectInput, /* 43 */ XSendEvent, /* 44 */ XSetIconName, /* 45 */ XSetInputFocus, /* 46 */ XSetSelectionOwner, /* 47 */ XSetWindowBackground, /* 48 */ XSetWindowBackgroundPixmap, /* 49 */ XSetWindowBorder, /* 50 */ XSetWindowBorderPixmap, /* 51 */ XSetWindowBorderWidth, /* 52 */ XSetWindowColormap, /* 53 */ XUngrabKeyboard, /* 54 */ XUngrabPointer, /* 55 */ XUnmapWindow, /* 56 */ TkPutImage, /* 57 */ #endif /* MAC_TCL */ }; TkIntXlibStubs *tkIntXlibStubsPtr = &tkIntXlibStubs; TkPlatStubs tkPlatStubs = { TCL_STUB_MAGIC, |
︙ | ︙ |