Commits
Christopher Chavez authored and MarcusCalhoun-Lopez committed 4ee97c1f8a8
5 5 | #include <tixUnixInt.h> |
6 6 | #include <tixImgXpm.h> |
7 7 | +#ifndef MAC_OSX_TK |
8 8 | #include <X11/Xutil.h> |
9 9 | +#else |
10 10 | +#include <X11_tk/Xutil.h> |
11 11 | +#endif |
12 12 | |
13 13 | #if !defined(WIN32) && !defined(MAC_OSX_TK) |
14 14 | #define TkPutImage(colors, ncolors, display, pixels, gc, image, destx, desty, srcx, srcy, width, height) \ |
15 + | --- generic/tixPort.h.orig 2005-03-25 14:15:53.000000000 -0600 |
16 + | +++ generic/tixPort.h 2018-11-16 02:49:09.000000000 -0600 |
17 + | |
18 + | # include "tixMacPort.h" |
19 + | # else |
20 + | # if defined(MAC_OSX_TK) |
21 + | -# include <X11/X.h> |
22 + | +# include <X11_tk/X.h> |
23 + | # define Cursor XCursor |
24 + | # define Region XRegion |
25 + | # include "../unix/tixUnixPort.h" |