Mercurial > hg > xemacs-beta
comparison src/gui-x.h @ 157:6b37e6ddd302 r20-3b5
Import from CVS: tag r20-3b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:40:41 +0200 |
parents | 376386a54a3c |
children | 2d532a89d707 |
comparison
equal
deleted
inserted
replaced
156:60baf0b43294 | 157:6b37e6ddd302 |
---|---|
22 /* Synched up with: Not in FSF. */ | 22 /* Synched up with: Not in FSF. */ |
23 | 23 |
24 #ifndef _XEMACS_XLWLIB_H_ | 24 #ifndef _XEMACS_XLWLIB_H_ |
25 #define _XEMACS_XLWLIB_H_ | 25 #define _XEMACS_XLWLIB_H_ |
26 | 26 |
27 #include "lwlib.h" | 27 #include "../lwlib/lwlib.h" |
28 | 28 |
29 widget_value *xmalloc_widget_value (void); | 29 widget_value *xmalloc_widget_value (void); |
30 | 30 |
31 extern LWLIB_ID new_lwlib_id (void); | 31 extern LWLIB_ID new_lwlib_id (void); |
32 | 32 |