summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-int.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-30 03:17:32 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-30 03:17:32 +0000
commit01492d1b7c916d117bce7d634243f2132437f270 (patch)
tree9ee380741008da3893978a0b7de6a13c9822a39d /lwlib/lwlib-int.h
parentcdee26965a38e6ae869655ee5dd76524586f4c24 (diff)
downloademacs-01492d1b7c916d117bce7d634243f2132437f270.tar.gz
*** empty log message ***
Diffstat (limited to 'lwlib/lwlib-int.h')
-rw-r--r--lwlib/lwlib-int.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h
index 0f2c594e7de..3c8534f7ef2 100644
--- a/lwlib/lwlib-int.h
+++ b/lwlib/lwlib-int.h
@@ -32,7 +32,7 @@ typedef struct _widget_info
} widget_info;
typedef Widget
-(*widget_creation_function) (widget_instance* instance);
+(*widget_creation_function) ();
typedef struct _widget_creation_entry
{
@@ -43,12 +43,11 @@ typedef struct _widget_creation_entry
/* update all other instances of a widget. Can be used in a callback when
a wiget has been used by the user */
void
-lw_internal_update_other_instances (Widget widget, XtPointer closure,
- XtPointer call_data);
+lw_internal_update_other_instances ();
/* get the widget_value for a widget in a given instance */
widget_value*
-lw_get_widget_value_for_widget (widget_instance* instance, Widget w);
+lw_get_widget_value_for_widget ();
#endif /* LWLIB_INTERNAL_H */