dtappbuilder: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:08:35 +01:00
parent 6478653e18
commit bb7ac1f24e
41 changed files with 170 additions and 239 deletions

View File

@@ -186,8 +186,7 @@ static DndEditorSettingsRec dndEdInfo;
*/
void
dnd_ed_show_dialog(
)
dnd_ed_show_dialog(void)
{
/* If there is no DragAndDrop Editor, create it */
if (AB_dnd_dialog == (Widget)NULL)
@@ -540,8 +539,7 @@ dnd_ed_editor_apply(void)
static void
dnd_turnoff_changebars(
)
dnd_turnoff_changebars(void)
{
DndEditorSettings dds = &dndEdInfo;
prop_set_changebar(dds->drag_ops_checkbox.changebar,PROP_CB_OFF);
@@ -720,8 +718,7 @@ do_auto_apply(
static void
clear_editor_fields(
)
clear_editor_fields(void)
{
DndEditorSettingsRec *dds = &dndEdInfo;