dtappbuilder: adjust data types to avoid type casting errors.

This commit is contained in:
Liang Chang
2021-02-17 01:52:47 +08:00
committed by Jon Trulson
parent d6ad977ba7
commit c26c2e75ad
2 changed files with 6 additions and 6 deletions

View File

@@ -292,7 +292,7 @@ extern void prop_checkbox_init(
Widget checkbox,
int num_items,
WidgetList items,
int *item_keys,
XtArgVal *item_keys,
Widget changebar
);
extern BOOL prop_checkbox_get_value(
@@ -391,7 +391,7 @@ extern void prop_footer_init(
Widget checkbox,
int num_items,
WidgetList items,
int *item_keys,
XtArgVal *item_keys,
Widget field,
Widget changebar
);