Mercurial > hg > xemacs-beta
comparison src/console-x-impl.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 | b5df3737028a |
comparison
equal
deleted
inserted
replaced
5119:d877c14318b3 | 5120:d1247f3cc363 |
---|---|
43 extern int wedge_metacity; | 43 extern int wedge_metacity; |
44 | 44 |
45 struct x_device | 45 struct x_device |
46 { | 46 { |
47 #ifdef NEW_GC | 47 #ifdef NEW_GC |
48 struct lrecord_header header; | 48 LISP_OBJECT_HEADER header; |
49 #endif /* NEW_GC */ | 49 #endif /* NEW_GC */ |
50 /* The X connection of this device. */ | 50 /* The X connection of this device. */ |
51 Display *display; | 51 Display *display; |
52 | 52 |
53 /* Set by x_IO_error_handler(). */ | 53 /* Set by x_IO_error_handler(). */ |
241 #define MAX_CONCURRENT_TOP_WIDGETS 8 | 241 #define MAX_CONCURRENT_TOP_WIDGETS 8 |
242 | 242 |
243 struct x_frame | 243 struct x_frame |
244 { | 244 { |
245 #ifdef NEW_GC | 245 #ifdef NEW_GC |
246 struct lrecord_header header; | 246 LISP_OBJECT_HEADER header; |
247 #endif /* NEW_GC */ | 247 #endif /* NEW_GC */ |
248 | 248 |
249 /* The widget of this frame. | 249 /* The widget of this frame. |
250 This is an EmacsShell or an ExternalShell. | 250 This is an EmacsShell or an ExternalShell. |
251 It negotiates with the window manager or containing app on behalf of | 251 It negotiates with the window manager or containing app on behalf of |