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

/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h100 int title_y; member in struct:TwmWindow
H A Dwin_decorations.c269 tmp_win->title_y = xwc.y = tmp_win->frame_bw3D - bw;
502 int oldx = tmp->title_x, oldy = tmp->title_y;
504 if(oldx != tmp->title_x || oldy != tmp->title_y) {
505 XMoveWindow(dpy, tmp->title_w, tmp->title_x, tmp->title_y);
524 tmp->title_y + tmp->frame_bw,
552 newBounding[0].y = tmp->title_y - tmp->frame_bw3D;
607 tmp->title_y = tmp->frame_bw3D - tmp->frame_bw;
1605 * tmp->title_y ........+--------------+......... -+,- tmp->frame_bw
1624 * tmp->title_y +-------------------------------+ -+,tmp->frame_bw
1648 * title origin w/o border (tmp->title_x, tmp->title_y)
[all...]
H A Dadd_window.c1652 tmp_win->title_x, tmp_win->title_y);
1657 tmp_win->title_y = tmp_win->frame_bw3D - tmp_win->frame_bw;
/xsrc/external/mit/twm/dist/src/
H A Dresize.c828 tmp_win->title_y = xwc.y = -bw;
1010 int oldx = tmp->title_x, oldy = tmp->title_y;
1013 if (oldx != tmp->title_x || oldy != tmp->title_y)
1014 XMoveWindow(dpy, tmp->title_w, tmp->title_x, tmp->title_y);
1032 tmp->title_y + tmp->frame_bw,
1054 newBounding[0].y = (short) tmp->title_y;
1089 * tmp->title_y ........+--------------+......... -+,- tmp->frame_bw
1108 * tmp->title_y +-------------------------------+ -+,tmp->frame_bw
1132 * title origin w/o border (tmp->title_x, tmp->title_y)
H A Dtwm.h251 int title_y; member in struct:TwmWindow
H A Dadd_window.c879 XMoveWindow(dpy, tmp_win->title_w, tmp_win->title_x, tmp_win->title_y);
1223 tmp->title_y = -tmp->frame_bw;

Completed in 10 milliseconds