]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/image.c: Add cast to fix type clash
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Jan 2011 04:34:48 +0000 (20:34 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Jan 2011 04:34:48 +0000 (20:34 -0800)
1  2 
src/ChangeLog

diff --cc src/ChangeLog
index 0c5c98eac2ebf542727994fe90f173baa1854259,2e9e80d938d34cb9a2245f2dc9ec6f3c70c36c3a..06b9e313bd56a95168ba0d34160e1d318508cefc
@@@ -1,5 -1,8 +1,8 @@@
  2011-01-23  Paul Eggert  <eggert@cs.ucla.edu>
  
 -      * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash
++      * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash
+       when calling XpmCreatePixmapFromData.
        Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
        * lisp.h (SSDATA): New macro.
        All uses of (char *) SDATA (x) replaced with SSDATA (x),