global_x         1010 src/editor/editwidget.c     int global_x, global_y;
global_x         1031 src/editor/editwidget.c     global_x = event->x + r->x;
global_x         1036 src/editor/editwidget.c     global_x =
global_x         1037 src/editor/editwidget.c         CLAMP (global_x, h->x,
global_x         1043 src/editor/editwidget.c         r->x = global_x - edit->drag_state_start;
global_x         1048 src/editor/editwidget.c         r->cols = MAX (WINDOW_MIN_COLS, global_x - r->x + 1);