Searched refs:dragx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dresize.c75 static int dragx; /* all these variables are used */ variable in typeref:typename:int
117 h = ((x - dragx) / (dragWidth < 3 ? 1 : (dragWidth / 3)));
123 clampDX = (x - dragx);
127 clampDX = (x - dragx - dragWidth);
161 &dragx, &dragy, (unsigned int *) &dragWidth,
163 dragx += tmp_win->frame_bw;
165 origx = dragx;
183 MoveOutline(Scr->Root, dragx - tmp_win->frame_bw,
197 dragx = x + tmp_win->frame_bw;
199 origx = dragx;
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c52 static int dragx; /* all these variables are used */ variable in typeref:typename:int
104 h = (int)(x - dragx) / (int)(dragWidth < 3 ? 1 : (dragWidth / 3));
110 clampDX = (x - dragx);
114 clampDX = (x - dragx - dragWidth);
209 &dragx, &dragy, &dragWidth, &dragHeight, &junkbw,
211 dragx += tmp_win->frame_bw;
213 origx = dragx;
234 MoveOutline(Scr->Root, dragx - tmp_win->frame_bw,
250 dragx = x + tmp_win->frame_bw;
252 origx = dragx;
[all...]

Completed in 3 milliseconds