Mercurial > emacs
comparison src/ChangeLog @ 112438:11f1b4757236
* image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash
when calling XpmCreatePixmapFromData.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 22 Jan 2011 20:33:12 -0800 |
parents | 9de5a68b57e1 |
children | 5610f272341f b5017c649dfb |
comparison
equal
deleted
inserted
replaced
112437:f3d875901372 | 112438:11f1b4757236 |
---|---|
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). |