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

@@ -825,7 +825,8 @@ UpdateImList(
I18nEnv *env,
char *hostname)
{
Cardinal n,i;
Cardinal i;
XtArgVal n;
Widget *im_tog = NULL;
int ret = NoError;
@@ -992,7 +993,8 @@ SaveSelectedValues(
{
int ret = NoError;
char *preeditStr = NULL, *tmpStr;
int i, num_preedit = 0;
int i;
XtArgVal num_preedit = 0;
XmStringTable list_preedit;
static char preeditTypeRes[1024];
@@ -1068,7 +1070,8 @@ SetFileSelValues(
)
{
char *hostname;
Cardinal n,i;
Cardinal i;
XtArgVal n;
Widget *im_tog;
/* The hostname value is stored in the ImsSel structure. */