Mercurial > hg > xemacs-beta
comparison src/toolbar.h @ 5120:d1247f3cc363 ben-lisp-object
latest work on lisp-object workspace;
more changes eliminating LCRECORD in place of LISP_OBJECT;
now compiles and runs.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 28 Dec 2009 01:15:52 -0600 |
parents | e0db3c197671 |
children | a9c41067dd88 |
comparison
equal
deleted
inserted
replaced
5119:d877c14318b3 | 5120:d1247f3cc363 |
---|---|
36 #define DEVICE_SUPPORTS_TOOLBARS_P(d) \ | 36 #define DEVICE_SUPPORTS_TOOLBARS_P(d) \ |
37 HAS_DEVMETH_P (d, output_frame_toolbars) | 37 HAS_DEVMETH_P (d, output_frame_toolbars) |
38 | 38 |
39 struct toolbar_button | 39 struct toolbar_button |
40 { | 40 { |
41 struct LCRECORD_HEADER header; | 41 LISP_OBJECT_HEADER header; |
42 | 42 |
43 Lisp_Object next; | 43 Lisp_Object next; |
44 Lisp_Object frame; | 44 Lisp_Object frame; |
45 | 45 |
46 Lisp_Object up_glyph; | 46 Lisp_Object up_glyph; |