Commits
Marcus Calhoun-Lopez authored c9de0edae6e
1 + | --- unix/tixUnixMwm.c.orig 2005-03-25 13:15:53.000000000 -0700 |
2 + | +++ unix/tixUnixMwm.c 2018-11-04 20:46:16.000000000 -0700 |
3 + | |
4 + | #include <tixPort.h> |
5 + | #include <tixInt.h> |
6 + | #ifndef MAC_OSX_TK |
7 + | -#include <X11/Xlib.h> |
8 + | -#include <X11/Xatom.h> |
9 + | -#include <X11/Xproto.h> |
10 + | -#include <X11/Xutil.h> |
11 + | +#include <X11_tk/Xlib.h> |
12 + | +#include <X11_tk/Xatom.h> |
13 + | +#include <X11_tk/Xproto.h> |
14 + | +#include <X11_tk/Xutil.h> |
15 + | |
16 + | |
17 + | #ifdef HAS_MOTIF_INC |
18 + | --- unix/tixUnixXpm.c.orig 2006-11-15 15:18:36.000000000 -0700 |
19 + | +++ unix/tixUnixXpm.c 2018-11-04 20:50:21.000000000 -0700 |
20 + | |
21 + | #include <tixPort.h> |
22 + | #include <tixUnixInt.h> |
23 + | #include <tixImgXpm.h> |
24 + | -#include <X11/Xutil.h> |
25 + | +#include <X11_tk/Xutil.h> |
26 + | |
27 + | #if !defined(WIN32) && !defined(MAC_OSX_TK) |
28 + | #define TkPutImage(colors, ncolors, display, pixels, gc, image, destx, desty, srcx, srcy, width, height) \ |