Mercurial > hg > xemacs-beta
changeset 1281:0d0b5301db2b
[xemacs-hg @ 2003-02-09 15:30:44 by youngs]
2003-01-31 Martin Buchholz <martin@xemacs.org>
* lwlib-Xm.c (xm_update_progress):
Don't define unless LWLIB_WIDGETS_MOTIF.
author | youngs |
---|---|
date | Sun, 09 Feb 2003 15:30:44 +0000 |
parents | 7b40ca6d2195 |
children | a522420e3c93 |
files | lwlib/ChangeLog lwlib/lwlib-Xm.c |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/ChangeLog Sun Feb 09 14:49:20 2003 +0000 +++ b/lwlib/ChangeLog Sun Feb 09 15:30:44 2003 +0000 @@ -1,3 +1,8 @@ +2003-01-31 Martin Buchholz <martin@xemacs.org> + + * lwlib-Xm.c (xm_update_progress): + Don't define unless LWLIB_WIDGETS_MOTIF. + 2003-02-05 Ben Wing <ben@xemacs.org> * lwlib-Xm.c:
--- a/lwlib/lwlib-Xm.c Sun Feb 09 14:49:20 2003 +0000 +++ b/lwlib/lwlib-Xm.c Sun Feb 09 15:30:44 2003 +0000 @@ -344,6 +344,7 @@ XtAddCallback (widget, XmNactivateCallback, xm_generic_callback, instance); } +#ifdef LWLIB_WIDGETS_MOTIF static void xm_update_progress (widget_instance* instance, Widget scale, widget_value* val) @@ -373,6 +374,7 @@ XtSetValues (scale, al, 1); } +#endif /* LWLIB_WIDGETS_MOTIF */ #ifdef LWLIB_MENUBARS_MOTIF