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
commit9205dd358450b60056456cb837b44ccf08debff9 (patch)
tree049b494a9cf0ceca8aa1fbc7ed10dffe6c5f7d3b /lwlib/lwlib-int.h
parent1c626db5b63735b8501d91ea9cd59ee0d70e7770 (diff)
downloademacs-9205dd358450b60056456cb837b44ccf08debff9.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 */