Searched refs:DragHeight (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | events.h | 46 extern unsigned int DragHeight;
|
| H A D | functions_win_moveresize.c | 248 &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 D | functions_win.c | 636 &DragWidth, &DragHeight, &DragBW, 646 origDragY + DragHeight / 2);
|
| H A D | event_core.c | 74 unsigned int DragHeight; 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 | 2283 h = DragHeight + 2 * Tmp_win->frame_bw; 2289 h = DragHeight + 2 * DragBW;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.h | 115 extern int DragHeight;
|
| 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, 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 D | events.c | 97 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