Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 5180:4cd28c29a7a1
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 22:52:01 -0500 |
parents | 14fda1dbdb26 97eb4942aec8 |
children | a00bfbd64e0a |
comparison
equal
deleted
inserted
replaced
5179:14fda1dbdb26 | 5180:4cd28c29a7a1 |
---|---|
1544 typedef struct lstream Lstream; /* lstream.h */ | 1544 typedef struct lstream Lstream; /* lstream.h */ |
1545 typedef struct extent *EXTENT; /* extents-impl.h */ | 1545 typedef struct extent *EXTENT; /* extents-impl.h */ |
1546 typedef struct Lisp_Event Lisp_Event; /* "events.h" */ | 1546 typedef struct Lisp_Event Lisp_Event; /* "events.h" */ |
1547 typedef struct Lisp_Face Lisp_Face; /* "faces-impl.h" */ | 1547 typedef struct Lisp_Face Lisp_Face; /* "faces-impl.h" */ |
1548 typedef struct Lisp_Process Lisp_Process; /* "procimpl.h" */ | 1548 typedef struct Lisp_Process Lisp_Process; /* "procimpl.h" */ |
1549 typedef struct Lisp_Color_Instance Lisp_Color_Instance; /* objects-impl.h */ | 1549 typedef struct Lisp_Color_Instance Lisp_Color_Instance; /* fontcolor-impl.h */ |
1550 typedef struct Lisp_Font_Instance Lisp_Font_Instance; /* objects-impl.h */ | 1550 typedef struct Lisp_Font_Instance Lisp_Font_Instance; /* fontcolor-impl.h */ |
1551 typedef struct Lisp_Image_Instance Lisp_Image_Instance; /* glyphs.h */ | 1551 typedef struct Lisp_Image_Instance Lisp_Image_Instance; /* glyphs.h */ |
1552 typedef struct Lisp_Gui_Item Lisp_Gui_Item; | 1552 typedef struct Lisp_Gui_Item Lisp_Gui_Item; |
1553 | 1553 |
1554 /* ------------------------------- */ | 1554 /* ------------------------------- */ |
1555 /* enum typedefs */ | 1555 /* enum typedefs */ |