diff options
Diffstat (limited to 'xlib/X11/Xlib.h')
-rw-r--r-- | xlib/X11/Xlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h index 91aab57..1977939 100644 --- a/xlib/X11/Xlib.h +++ b/xlib/X11/Xlib.h @@ -331,7 +331,7 @@ typedef struct _XImage { 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*/ + int pixelpower; /* No longer used. */ #endif struct funcs { /* image manipulation routines */ struct _XImage *(*create_image)(); |