summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorculler <culler>2020-08-24 21:44:49 (GMT)
committerculler <culler>2020-08-24 21:44:49 (GMT)
commit8207bbae557d4d7711c3b5a383dfb791f8156345 (patch)
tree7fc9416d11870363552b99fc06622ab028957ec6 /xlib
parent0a55a8cb5333b7fdbb29273ca364102c7a7f743e (diff)
parent2bc6fae00d9ae77272e63ae6c01bf2a127088d3f (diff)
downloadtk-8207bbae557d4d7711c3b5a383dfb791f8156345.zip
tk-8207bbae557d4d7711c3b5a383dfb791f8156345.tar.gz
tk-8207bbae557d4d7711c3b5a383dfb791f8156345.tar.bz2
Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage.pixelpower.
Diffstat (limited to 'xlib')
-rw-r--r--xlib/X11/Xlib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h
index 0ad68d6..e0879d5 100644
--- a/xlib/X11/Xlib.h
+++ b/xlib/X11/Xlib.h
@@ -382,9 +382,6 @@ typedef struct _XImage {
unsigned long green_mask;
unsigned long blue_mask;
XPointer obdata; /* hook for the object routines to hang on */
-#if defined(MAC_OSX_TK)
- int pixelpower; /* n such that pixels are 2^n x 2^n blocks*/
-#endif
struct funcs { /* image manipulation routines */
struct _XImage *(*create_image)(
struct _XDisplay* /* display */,