# HG changeset patch # User Dan Nicolaescu # Date 1127594234 0 # Node ID ec3a1c8176991a736ebc98c90ca69d9ff69618f3 # Parent b8bdecc9aa11df5e6fa0fcf76dc5bd901a743fb1 Fix the return type for x_clear_errors and x_uncatch_errors. diff -r b8bdecc9aa11 -r ec3a1c817699 lwlib/ChangeLog --- a/lwlib/ChangeLog Sat Sep 24 17:44:30 2005 +0000 +++ b/lwlib/ChangeLog Sat Sep 24 20:37:14 2005 +0000 @@ -1,3 +1,8 @@ +2005-09-24 Dan Nicolaescu + + * xlwmenu.c: Fix the return type for x_clear_errors and + x_uncatch_errors. + 2005-07-19 Jan Dj,Ad(Brv * lwlib-Xm.c (make_menu_in_widget): Disable drag and drop for diff -r b8bdecc9aa11 -r ec3a1c817699 lwlib/xlwmenu.c --- a/lwlib/xlwmenu.c Sat Sep 24 17:44:30 2005 +0000 +++ b/lwlib/xlwmenu.c Sat Sep 24 20:37:14 2005 +0000 @@ -59,9 +59,9 @@ unsigned long *, double, int)); extern int x_catch_errors __P ((Display*)); -extern int x_uncatch_errors __P ((Display*, int)); +extern void x_uncatch_errors P_ ((Display *, int)); extern int x_had_errors_p __P ((Display*)); -extern int x_clear_errors __P ((Display*)); +extern void x_clear_errors __P ((Display*)); extern unsigned long x_copy_dpy_color __P ((Display *, Colormap, unsigned long));