]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the return type for x_clear_errors and
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 24 Sep 2005 20:37:14 +0000 (20:37 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 24 Sep 2005 20:37:14 +0000 (20:37 +0000)
x_uncatch_errors.

lwlib/ChangeLog
lwlib/xlwmenu.c

index 4ce570b989cbbd25c89582e2a99b2581f412a9ec..b0708be5f87388a19fac851d8f51d1a1f8b699ca 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * xlwmenu.c: Fix the return type for x_clear_errors and
+       x_uncatch_errors. 
+
 2005-07-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * lwlib-Xm.c (make_menu_in_widget): Disable drag and drop for 
index f1ee1b68e9b595c1ab7591c4d57957550c691616..80ca418bf525a89ed2574fc00b9cb62d0a548bd0 100644 (file)
@@ -59,9 +59,9 @@ extern int x_alloc_lighter_color_for_widget __P ((Widget, Display*, Colormap,
                                                  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));