Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 154997
Collapse All | Expand All

(-)Ted-2.17-orig/Ted/tedListTool.c (-2 / +2 lines)
Lines 1422-1433 Link Here
1422
    return;
1422
    return;
1423
    }
1423
    }
1424
1424
1425
#   ifdef USE_MOTIF
1426
static void appMakeHBoxInRow(		APP_WIDGET *	pHBox,
1425
static void appMakeHBoxInRow(		APP_WIDGET *	pHBox,
1427
					APP_WIDGET	row,
1426
					APP_WIDGET	row,
1428
					int		position,
1427
					int		position,
1429
					int		colspan )
1428
					int		colspan )
1430
    {
1429
    {
1430
#   ifdef USE_MOTIF
1431
    Arg			al[20];
1431
    Arg			al[20];
1432
    int			ac= 0;
1432
    int			ac= 0;
1433
1433
Lines 1452-1459 Link Here
1452
    XtManageChild( hbox );
1452
    XtManageChild( hbox );
1453
1453
1454
    *pHBox= hbox; return;
1454
    *pHBox= hbox; return;
1455
    }
1456
#   endif
1455
#   endif
1456
    }
1457
1457
1458
static void appMakeLabelAndRowRow(	APP_WIDGET *		pRow,
1458
static void appMakeLabelAndRowRow(	APP_WIDGET *		pRow,
1459
					APP_WIDGET *		pLabel,
1459
					APP_WIDGET *		pLabel,

Return to bug 154997