comparison src/scrollbar.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
25 25
26 #ifdef HAVE_SCROLLBARS 26 #ifdef HAVE_SCROLLBARS
27 27
28 struct scrollbar_instance 28 struct scrollbar_instance
29 { 29 {
30 struct LCRECORD_HEADER header; 30 LISP_OBJECT_HEADER header;
31 31
32 /* Used by the frame caches. */ 32 /* Used by the frame caches. */
33 struct scrollbar_instance *next; 33 struct scrollbar_instance *next;
34 34
35 /* Pointer back to the mirror structure attached to. */ 35 /* Pointer back to the mirror structure attached to. */