Mercurial > hg > xemacs-beta
comparison lwlib/xlwmenuP.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
1 #ifndef INCLUDED_xlwmenuP_h_ | 1 #ifndef _XlwMenuP_h |
2 #define INCLUDED_xlwmenuP_h_ | 2 #define _XlwMenuP_h |
3 | 3 |
4 #include "xlwmenu.h" | 4 #include "xlwmenu.h" |
5 #include <X11/CoreP.h> | 5 #include <X11/CoreP.h> |
6 | 6 |
7 /* Elements in the stack arrays. */ | 7 /* Elements in the stack arrays. */ |
115 } XlwMenuClassRec; | 115 } XlwMenuClassRec; |
116 | 116 |
117 /* Class pointer. */ | 117 /* Class pointer. */ |
118 extern XlwMenuClassRec xlwMenuClassRec; | 118 extern XlwMenuClassRec xlwMenuClassRec; |
119 | 119 |
120 #endif /* INCLUDED_xlwmenuP_h_ */ | 120 #endif /* _XlwMenuP_h */ |