Searched refs:move_off_res (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.h26 bool ConstrainByLayout(RLayout *layout, int move_off_res, int *left, int width,
H A Dwin_utils.c760 ConstrainByLayout(RLayout *layout, int move_off_res, int *left, int width, argument
769 if(move_off_res >= 0 && area.y >= limit + move_off_res) {
770 area.y -= move_off_res;
780 if(move_off_res >= 0 && area.x >= limit + move_off_res) {
781 area.x -= move_off_res;
791 if(move_off_res >= 0 && area.x <= limit - move_off_res) {
792 area.x += move_off_res;
[all...]

Completed in 3 milliseconds