Searched refs:DragWidth (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | events.h | 45 extern unsigned int DragWidth;
|
| H A D | functions_win_moveresize.c | 248 &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 D | functions_win.c | 636 &DragWidth, &DragHeight, &DragBW, 645 origDragX + DragWidth / 2,
|
| H A D | event_core.c | 73 unsigned int DragWidth; variable in typeref:typename:unsigned int
|
| H A D | win_resize.c | 1332 &DragWidth, &DragHeight, 1336 0, 0, 0, 0, DragWidth / 2, DragHeight / 2); 1344 MenuStartResize(tmp_win, origDragX, origDragY, DragWidth, DragHeight);
|
| H A D | event_handlers.c | 2282 w = DragWidth + 2 * Tmp_win->frame_bw; 2288 w = DragWidth + 2 * DragBW;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.h | 114 extern int DragWidth;
|
| H A D | menus.c | 1130 (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 D | events.c | 96 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