Mercurial > hg > xemacs-beta
comparison lwlib/xlwmenuP.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | ad2f4ae9895b |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
1 #ifndef _XlwMenuP_h | 1 #ifndef INCLUDED_xlwmenuP_h_ |
2 #define _XlwMenuP_h | 2 #define INCLUDED_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 /* _XlwMenuP_h */ | 120 #endif /* INCLUDED_xlwmenuP_h_ */ |