global_x         1020 src/editor/editwidget.c     int global_x, global_y;
global_x         1041 src/editor/editwidget.c     global_x = event->x + r->x;
global_x         1046 src/editor/editwidget.c     global_x = CLAMP (global_x, h->x, h->x + h->cols - 1);      /* Currently a no-op, as the dialog has no left/right margins. */
global_x         1051 src/editor/editwidget.c         r->x = global_x - edit->drag_state_start;
global_x         1056 src/editor/editwidget.c         r->cols = MAX (WINDOW_MIN_COLS, global_x - r->x + 1);