Searched defs:root_x (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libgdl/
H A Dgdl-dock-master.c458 gint root_x,
501 if (root_x >= win_x && root_x < win_x + win_w &&
514 x = root_x - win_x;
530 x = root_x - win_x;
556 my_request.rect.x = root_x - GDL_DOCK_ITEM (request->applicant)->dragoff_x;
457 gdl_dock_master_drag_motion(GdlDockItem *item, gint root_x, gint root_y, gpointer data) argument

Completed in 19 milliseconds