Mercurial > hg > xemacs-beta
comparison src/device-impl.h @ 5140:e5380fdaf8f1
merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Sat, 13 Mar 2010 05:38:34 -0600 |
| parents | a9c41067dd88 |
| children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
| 5139:a48ef26d87ee | 5140:e5380fdaf8f1 |
|---|---|
| 69 #define MAYBE_LISP_DEVMETH(d, m, args) \ | 69 #define MAYBE_LISP_DEVMETH(d, m, args) \ |
| 70 MAYBE_LISP_CONTYPE_METH ((d)->devmeths, m, args) | 70 MAYBE_LISP_CONTYPE_METH ((d)->devmeths, m, args) |
| 71 | 71 |
| 72 struct device | 72 struct device |
| 73 { | 73 { |
| 74 struct LCRECORD_HEADER header; | 74 NORMAL_LISP_OBJECT_HEADER header; |
| 75 | 75 |
| 76 /* Methods for this device's console. This can also be retrieved | 76 /* Methods for this device's console. This can also be retrieved |
| 77 through device->console, but it's faster this way. */ | 77 through device->console, but it's faster this way. */ |
| 78 struct console_methods *devmeths; | 78 struct console_methods *devmeths; |
| 79 | 79 |
