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

/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h97 int title_x; member in struct:TwmWindow
140 /// \ref title_x, but may be pushed over due to TitleJustification
H A Dwin_decorations.c268 tmp_win->title_x = xwc.x = 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);
523 tmp->title_x + tmp->frame_bw,
551 newBounding[0].x = tmp->title_x - tmp->frame_bw3D;
562 newClip[0].x = tmp->title_x + tmp->frame_bw - tmp->frame_bw3D;
647 tmp->title_x = basex - tmp->frame_bw + tmp->frame_bw3D;
650 tmp->title_x = tmp->frame_bw3D - tmp->frame_bw;
1424 tmp_win->title_x
[all...]
H A Dwin_ops.c274 fx += tmp_win->title_x + tmp_win->frame_bw - tmp_win->frame_bw3D;
H A Dadd_window.c1652 tmp_win->title_x, tmp_win->title_y);
1656 tmp_win->title_x = tmp_win->frame_bw3D - tmp_win->frame_bw;
/xsrc/external/mit/twm/dist/src/
H A Dresize.c827 tmp_win->title_x = xwc.x = -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);
1031 tmp->title_x + tmp->frame_bw,
1053 newBounding[0].x = (short) tmp->title_x;
1064 newClip[0].x = (short) (tmp->title_x + tmp->frame_bw);
1087 * tmp->title_x
1106 * tmp->title_x
1132 * title origin w/o border (tmp->title_x, tm
[all...]
H A Dtwm.h250 int title_x; member in struct:TwmWindow
H A Dadd_window.c879 XMoveWindow(dpy, tmp_win->title_w, tmp_win->title_x, tmp_win->title_y);
1222 tmp->title_x = -tmp->frame_bw;
1268 tmp->title_x = basex - tmp->frame_bw;

Completed in 11 milliseconds