]> git.eshelyaron.com Git - emacs.git/commit
Port to platforms where NULL is a pointer
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Jan 2019 21:03:47 +0000 (13:03 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Jan 2019 21:04:09 +0000 (13:04 -0800)
commit7818bcdd6cd6e2fbc0b0efb35d3bb6588752c5a4
tree78246427adc16f80e299cbf967e72a878782f074
parent6bac9ea1770c0954adf5f4af660e94b5a0b09003
Port to platforms where NULL is a pointer

* src/image.c (x_create_x_image_and_pixmap):
The Picture type is an integer, not a pointer.
Come to think of it, Picture is really XID, and as
far as I can tell, all-bits-one is the invalid XID,
not all-bits-zero.  However that is a bigger issue;
for now, this patch just unbreaks the build.
src/image.c