Refactor and reimplement dtudcfonted

This commit is contained in:
chase
2018-07-27 16:44:10 -05:00
committed by Jon Trulson
parent 0f1aaa3e46
commit b491f9134f
83 changed files with 3706 additions and 7498 deletions

View File

@@ -54,7 +54,7 @@
/*
* parameters
*/
void xlfdPopupDialog() ;
void xlfdPopupDialog(Widget w);
extern int getmask ;
@@ -73,8 +73,7 @@ extern Widget slctBLabel[BUTTONITEMS],
*/
void
xlfdPopupDialog(w)
Widget w;
xlfdPopupDialog(Widget w)
{
if (! XtIsManaged(w))
XtManageChild(w);