Mercurial > emacs
comparison src/ChangeLog @ 112439:5610f272341f
* src/image.c: Add cast to fix type clash
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 22 Jan 2011 20:34:48 -0800 |
parents | 11f1b4757236 |
children | 2097405cdc11 |
comparison
equal
deleted
inserted
replaced
112436:473533159689 | 112439:5610f272341f |
---|---|
1 2011-01-23 Paul Eggert <eggert@cs.ucla.edu> | 1 2011-01-23 Paul Eggert <eggert@cs.ucla.edu> |
2 | |
3 * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash | |
4 when calling XpmCreatePixmapFromData. | |
2 | 5 |
3 Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | 6 Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. |
4 * lisp.h (SSDATA): New macro. | 7 * lisp.h (SSDATA): New macro. |
5 All uses of (char *) SDATA (x) replaced with SSDATA (x), | 8 All uses of (char *) SDATA (x) replaced with SSDATA (x), |
6 and all uses of (unsigned char *) SDATA (x) replaced with SDATA (x). | 9 and all uses of (unsigned char *) SDATA (x) replaced with SDATA (x). |