Searched refs:origX (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win.c531 int origX; local in function:DFHANDLER
639 origX = eventp->xbutton.x_root;
709 deltax = eventp->xmotion.x_root - origX;
H A Dfunctions_win_moveresize.c118 int origX, origY; local in function:movewindow
251 origX = eventp->xbutton.x_root;
399 CurrentDragX = origX = Event.xbutton.x_root;
402 origX, origY,
472 abs(eventp->xmotion.x_root - origX) < Scr->MoveDelta &&
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbblt.c380 int origX = dstX / 24; local in function:fbBlt24Line
562 firstx = origX;
565 lastx = origX + width/24 + 1;
/xsrc/external/mit/twm/dist/src/
H A Dmenus.c1219 int origX, origY; local in function:ExecuteFunction
1491 origX = eventp->xbutton.x_root;
1604 CurrentDragX = origX = Event.xbutton.x_root;
1608 origX, origY, &DragX, &DragY, &wdummy);
1642 abs(eventp->xmotion.x_root - origX) < Scr->MoveDelta &&

Completed in 8 milliseconds