Searched refs:MoveDelta (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h238 short MoveDelta; /* number of pixels before f.move starts */ member in struct:ScreenInfo
H A Dmenus.c1529 if (!Scr->MoveDelta) {
1548 * any distance (unless you move less than MoveDelta or
1642 abs(eventp->xmotion.x_root - origX) < Scr->MoveDelta &&
1643 abs(eventp->xmotion.y_root - origY) < Scr->MoveDelta)
H A Dparse.c828 Scr->MoveDelta = (short) num;
H A Dtwm.c764 Scr->MoveDelta = 1; /* so that f.deltastop will work */
H A Devents.c1491 if (abs(Event.xmotion.x - ResizeOrigX) >= Scr->MoveDelta
1492 || abs(Event.xmotion.y - ResizeOrigY) >= Scr->MoveDelta)
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h882 /// MoveDelta config var. Number of pixels before f.move starts
883 short MoveDelta; member in struct:ScreenInfo
H A Dfunctions_win_moveresize.c290 if(!Scr->MoveDelta) {
308 * any distance (unless you move less than MoveDelta or
468 * If we haven't moved MoveDelta yet, we're not yet sure we're
472 abs(eventp->xmotion.x_root - origX) < Scr->MoveDelta &&
473 abs(eventp->xmotion.y_root - origY) < Scr->MoveDelta) {
H A Dctwm_main.c1239 scr->MoveDelta = 1;
H A Dparse_be.c1175 Scr->MoveDelta = num;
H A Devent_handlers.c2227 if(abs(Event.xmotion.x - ResizeOrigX) >= Scr->MoveDelta
2228 || abs(Event.xmotion.y - ResizeOrigY) >= Scr->MoveDelta) {
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc1233 MoveDelta `pixels`::
2509 been moved more than `MoveDelta` pixels. See the example definition

Completed in 24 milliseconds