Searched refs:x_temp (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xman/dist/
H A Dmisc.c1058 int x_temp, y_temp; /* location of the new window. */ local in function:PositionCenter
1062 x_temp = x - left - Width(widget) / 2 + BorderWidth(widget);
1073 if (x_temp < h_space)
1074 x_temp = v_space;
1081 if (x_temp + Width(widget) + h_space > parent_width)
1082 x_temp = parent_width - Width(widget) - h_space;
1084 XtSetArg(wargs[0], XtNx, x_temp);

Completed in 3 milliseconds