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

/xsrc/external/mit/ctwm/dist/
H A Devents.h45 extern unsigned int DragWidth;
H A Dfunctions_win_moveresize.c248 &DragWidth, &DragHeight, &DragBW,
272 width = DragWidth + 2 * DragBW;
280 0, 0, 0, 0, DragWidth / 2, DragHeight / 2);
300 DragWidth + 2 * DragBW, DragHeight + 2 * DragBW,
326 origDragX + DragWidth / 2,
427 int xl = Event.xbutton.x_root - (DragWidth / 2),
569 width = DragWidth + 2 * DragBW;
622 const int width = DragWidth + 2 * DragBW;
631 xl = xroot - (DragWidth / 2);
H A Dfunctions_win.c636 &DragWidth, &DragHeight, &DragBW,
645 origDragX + DragWidth / 2,
H A Devent_core.c73 unsigned int DragWidth; 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.c2282 w = DragWidth + 2 * Tmp_win->frame_bw;
2288 w = DragWidth + 2 * DragBW;
/xsrc/external/mit/twm/dist/src/
H A Devents.h114 extern int DragWidth;
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,
1512 width = (int) ((unsigned) DragWidth + 2 * bw);
1520 0, 0, 0, 0, DragWidth / 2, DragHeight / 2);
1539 (int) ((unsigned) DragWidth + 2 * bw),
1563 origDragX + DragWidth / 2, origDragY + DragHeight / 2);
1628 Event.xbutton.x_root - DragWidth / 2,
1685 w2 = (int) ((unsigned) DragWidth
[all...]
H A Devents.c96 int DragWidth; variable in typeref:typename:int
1529 w = DragWidth + 2 * Tmp_win->frame_bw;
1536 w = DragWidth + 2 * Scr->IconBorderWidth;

Completed in 37 milliseconds