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

/xsrc/external/mit/ctwm/dist/
H A Devents.h46 extern unsigned int DragHeight;
H A Dfunctions_win_moveresize.c248 &DragWidth, &DragHeight, &DragBW,
273 height = DragHeight + 2 * DragBW;
280 0, 0, 0, 0, DragWidth / 2, DragHeight / 2);
300 DragWidth + 2 * DragBW, DragHeight + 2 * DragBW,
327 origDragY + DragHeight / 2);
428 yt = Event.xbutton.y_root - (DragHeight / 2);
570 height = DragHeight + 2 * DragBW;
623 const int height = DragHeight + 2 * DragBW;
632 yt = yroot - (DragHeight / 2);
H A Dfunctions_win.c636 &DragWidth, &DragHeight, &DragBW,
646 origDragY + DragHeight / 2);
H A Devent_core.c74 unsigned int DragHeight; variable in typeref:typename:unsigned int
H A Dwin_resize.c1332 &DragWidth, &DragHeight,
1336 0, 0, 0, 0, DragWidth / 2, DragHeight / 2);
1344 MenuStartResize(tmp_win, origDragX, origDragY, DragWidth, DragHeight);
H A Devent_handlers.c2283 h = DragHeight + 2 * Tmp_win->frame_bw;
2289 h = DragHeight + 2 * DragBW;
/xsrc/external/mit/twm/dist/src/
H A Devents.h115 extern int DragHeight;
H A Dmenus.c1130 (unsigned int *) &DragWidth, (unsigned int *) &DragHeight,
1132 XWarpPointer(dpy, None, w, 0, 0, 0, 0, DragWidth / 2, DragHeight / 2);
1137 MenuStartResize(tmp_win, origDragX, origDragY, DragWidth, DragHeight);
1488 (unsigned int *) &DragWidth, (unsigned int *) &DragHeight,
1513 height = (int) ((unsigned) DragHeight + 2 * bw);
1520 0, 0, 0, 0, DragWidth / 2, DragHeight / 2);
1540 (int) ((unsigned) DragHeight + 2 * bw),
1563 origDragX + DragWidth / 2, origDragY + DragHeight / 2);
1629 Event.xbutton.y_root - DragHeight / 2);
1686 h = (int) ((unsigned) DragHeight
[all...]
H A Devents.c97 int DragHeight; variable in typeref:typename:int
1530 h = DragHeight + 2 * Tmp_win->frame_bw;
1537 h = DragHeight + 2 * Scr->IconBorderWidth;

Completed in 16 milliseconds