Mercurial > hg > xemacs-beta
diff lwlib/lwlib-Xm.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 | 11054d720c21 |
line wrap: on
line diff
--- a/lwlib/lwlib-Xm.h Mon Aug 13 11:19:22 2007 +0200 +++ b/lwlib/lwlib-Xm.h Mon Aug 13 11:20:41 2007 +0200 @@ -1,5 +1,5 @@ -#ifndef INCLUDED_lwlib_Xm_h_ -#define INCLUDED_lwlib_Xm_h_ +#ifndef LWLIB_XM_H +#define LWLIB_XM_H #include "lwlib-internal.h" @@ -8,9 +8,6 @@ Widget xm_create_dialog (widget_instance* instance); -Widget -xm_create_label (Widget parent, widget_value* val); - Boolean lw_motif_widget_p (Widget widget); @@ -36,4 +33,4 @@ extern Widget first_child (Widget); /* garbage */ -#endif /* INCLUDED_lwlib_Xm_h_ */ +#endif /* LWLIB_XM_H */