Lines Matching defs:x_root
104 x = evp->xbutton.x_root;
108 x = evp->xkey.x_root;
250 MenuDoResize(int x_root, int y_root, TwmWindow *tmp_win)
256 x_root -= clampDX;
280 int delta = x_root - dragx;
290 else if (x_root <= dragx /* ||
291 x_root == findRootInfo(root)->rootx */ ) {
292 dragx = x_root;
293 dragWidth = origx + origWidth - x_root;
318 int delta = x_root - dragx - dragWidth;
327 else if (x_root >= dragx + dragWidth) {
329 dragWidth = 1 + x_root - origx;
357 * \param x_root the X coordinate in the root window
362 DoResize(int x_root, int y_root, TwmWindow *tmp_win)
368 x_root -= clampDX;
392 int delta = x_root - dragx;
402 else if (x_root <= dragx /* ||
403 x_root == findRootInfo(root)->rootx */ ) {
404 dragx = x_root;
405 dragWidth = origx + origWidth - x_root;
432 int delta = x_root - dragx - dragWidth;
441 else if (x_root >= dragx + dragWidth - 1 /* ||
442 x_root == findRootInfo(root)->rootx +
445 dragWidth = 1 + x_root - origx;