dtstyle: XVaGetValues() calls

This commit is contained in:
Marcin Cieslak
2012-09-26 12:14:52 +02:00
committed by Jon Trulson
parent b61e8ebad6
commit e1f9b57844
3 changed files with 17 additions and 7 deletions

View File

@@ -452,7 +452,8 @@ ButtonCB(
{
DtDialogBoxCallbackStruct *cb
= (DtDialogBoxCallbackStruct *) call_data;
int n, len, items;
int n, len;
XtArgVal items;
char *str, *fntstr, *fntsetstr;
Arg args[MAX_ARGS];
char fontres[8192];