summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-25 20:00:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-25 20:00:11 (GMT)
commitfef719c8b25c20a5813df46568b14d73f4670dbf (patch)
tree4f9b05dd3d78e81c6bcb2d0f64e6ccad05411a94 /unix/tkUnixPort.h
parent238a90e4af0d54a079f512e7162a8bdc60ebc5db (diff)
downloadtk-fef719c8b25c20a5813df46568b14d73f4670dbf.zip
tk-fef719c8b25c20a5813df46568b14d73f4670dbf.tar.gz
tk-fef719c8b25c20a5813df46568b14d73f4670dbf.tar.bz2
Make MacOSX aqua and X11 share the same X11 stub table.
Diffstat (limited to 'unix/tkUnixPort.h')
-rw-r--r--unix/tkUnixPort.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h
index f8cf91b..f51f1e7 100644
--- a/unix/tkUnixPort.h
+++ b/unix/tkUnixPort.h
@@ -117,16 +117,6 @@
# define LPARAM void *
# define LRESULT void *
-#else /* !__CYGWIN__ */
- /*
- * The TkPutImage macro strips off the color table information, which isn't
- * needed for X.
- */
-
-# define TkPutImage(colors, ncolors, display, pixels, gc, image, srcx, srcy, destx, desty, width, height) \
- XPutImage(display, pixels, gc, image, srcx, srcy, destx, \
- desty, width, height);
-
#endif /* !__CYGWIN__ */
/*