diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-06-01 07:29:44 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-06-01 07:29:44 (GMT) |
commit | 6cff957549c1f121ae3904618ae50544f5c35602 (patch) | |
tree | 70ba78b11f51b5a6073b0c5f24eef4ed00167cf7 /generic | |
parent | 49ec00dbc919265886f86244d3a146a5738041c4 (diff) | |
download | tk-6cff957549c1f121ae3904618ae50544f5c35602.zip tk-6cff957549c1f121ae3904618ae50544f5c35602.tar.gz tk-6cff957549c1f121ae3904618ae50544f5c35602.tar.bz2 |
unbreak Linux build
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkIntXlibDecls.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/generic/tkIntXlibDecls.h b/generic/tkIntXlibDecls.h index a613cf1..f4aa5f9 100644 --- a/generic/tkIntXlibDecls.h +++ b/generic/tkIntXlibDecls.h @@ -1270,15 +1270,4 @@ extern const TkIntXlibStubs *tkIntXlibStubsPtr; #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT -#if !(defined(__WIN32__) || defined(__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 - #endif /* _TKINTXLIBDECLS */ |