diff lwlib/lwlib-Xlw.c @ 109351:c8a969d13eda

merge trunk
author Kenichi Handa <handa@etlken>
date Fri, 09 Jul 2010 15:55:27 +0900
parents 33021b778d4d
children 417b1e4d63cd
line wrap: on
line diff
--- a/lwlib/lwlib-Xlw.c	Thu Jul 08 17:09:35 2010 +0900
+++ b/lwlib/lwlib-Xlw.c	Fri Jul 09 15:55:27 2010 +0900
@@ -43,8 +43,7 @@
    This is sometimes handy to have available.  */
 
 void
-x_print_complete_resource_name (widget)
-     Widget widget;
+x_print_complete_resource_name (Widget widget)
 {
   int i;
   String names[100];
@@ -223,7 +222,9 @@
 }
 
 void
-xlw_update_one_value (widget_instance *instance, Widget widget, widget_value *val)
+xlw_update_one_value (widget_instance *instance,
+                      Widget widget,
+                      widget_value *val)
 {
   return;
 }