Home
last modified time | relevance | path

Searched refs:get_gravity_offsets (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dhints.h300 void get_gravity_offsets (ASHints *hints, int *xp, int *yp);
H A Dhints.c1886 void get_gravity_offsets (ASHints * hints, int *xp, int *yp) in get_gravity_offsets() function
2045 get_gravity_offsets (hints, &grav_x, &grav_y); in make_detach_pos()
2103 get_gravity_offsets (hints, &grav_x, &grav_y); in status2anchor()
2148 get_gravity_offsets (hints, &grav_x, &grav_y); in anchor2status()
2201 get_gravity_offsets (hints, &grav_x, &grav_y); in change_placement()
2370 get_gravity_offsets (hints, &grav_x, &grav_y); in make_client_geometry_string()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dwindows.c120 get_gravity_offsets(MwmWindow *tmp, int *xp, int *yp) in get_gravity_offsets() function
496 get_gravity_offsets(tmp_win, &gravx, &gravy); in place_window()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Devents.c1661 get_gravity_offsets (asw->hints, &grav_x, &grav_y); in HandleConfigureRequest()