summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-int.h
diff options
context:
space:
mode:
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 */