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

/xsrc/external/mit/xsm/dist/
H A Dpopup.c56 Position popup_x, popup_y;
81 popup_y = root_y + offset_y;
87 XtNy, popup_y,
92 snprintf (geom, sizeof(geom), "+%d+%d", popup_x, popup_y);
136 if ((int) (popup_y + popup_height + popup_border) >
139 popup_y = HeightOfScreen (XtScreen (topLevel)) -
151 XtNy, popup_y,
164 snprintf (geom, sizeof(geom), "+%d+%d", popup_x, popup_y);
55 Position popup_x, popup_y; local in function:PopupPopup
/xsrc/external/mit/bitmap/dist/
H A DDialog.c146 Position popup_x, popup_y, top_x, top_y; local in function:PopupDialog
176 popup_y = max(0,
183 XtSetArg(wargs[n], XtNy, popup_y); n++;

Completed in 2 milliseconds