Searched refs:final_x (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_regions.h | 10 bool PlaceWindowInRegion(TwmWindow *tmp_win, int *final_x, int *final_y);
|
| H A D | icons.c | 47 int *final_x, int *final_y); 217 int *final_x, int *final_y) 301 *final_x = ie->x; 305 *final_x = ie->x + (ie->w - iconWidth) / 2; 308 *final_x = ie->x + ie->w - iconWidth; 312 *final_x = ie->x + ie->w - iconWidth; 315 *final_x = ie->x; 349 *final_x = def_x; 358 *final_x -= GetIconOffset(tmp_win->icon); 453 int final_x, final_ local in function:CreateIconWindow 216 PlaceIcon(TwmWindow * tmp_win,int def_x,int def_y,int * final_x,int * final_y) argument [all...] |
| H A D | win_regions.c | 107 PlaceWindowInRegion(TwmWindow *tmp_win, int *final_x, int *final_y) argument 151 *final_x = we->x;
|
| H A D | occupation.c | 1241 int final_x, final_y; local in function:ChangeOccupation 1243 if(PlaceWindowInRegion(tmp_win, &final_x, &final_y)) { 1244 XMoveWindow(dpy, tmp_win->frame, final_x, final_y);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | icons.c | 109 PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, int *final_x, int *final_y) argument 132 *final_x = ie->x + (ie->w - iconWidth(tmp_win)) / 2; 136 *final_x = def_x; 322 int final_x, final_y; local in function:CreateIconWindow 538 final_x = tmp_win->wmhints->icon_x; 542 PlaceIcon(tmp_win, def_x, def_y, &final_x, &final_y); 545 if (final_x > Scr->MyDisplayWidth) 546 final_x = Scr->MyDisplayWidth - tmp_win->icon_w_width - 553 XMoveWindow(dpy, tmp_win->icon_w, final_x, final_y);
|
Completed in 6 milliseconds