Mercurial > hg > xemacs-beta
comparison src/glyphs.c @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | e11d67e05968 |
children | 33bdb3d4b97f |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
1598 -- if OK_IF_DATA_INVALID is set and the data was invalid, | 1598 -- if OK_IF_DATA_INVALID is set and the data was invalid, |
1599 return Qt. | 1599 return Qt. |
1600 -- maybe return an error, or return Qnil. | 1600 -- maybe return an error, or return Qnil. |
1601 */ | 1601 */ |
1602 | 1602 |
1603 #ifndef HAVE_X_WINDOWS | |
1604 #define XFree(data) free(data) | |
1605 #endif | |
1603 | 1606 |
1604 Lisp_Object | 1607 Lisp_Object |
1605 bitmap_to_lisp_data (Lisp_Object name, int *xhot, int *yhot, | 1608 bitmap_to_lisp_data (Lisp_Object name, int *xhot, int *yhot, |
1606 int ok_if_data_invalid) | 1609 int ok_if_data_invalid) |
1607 { | 1610 { |