Home
last modified time | relevance | path

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

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dmain.c556 gint x_pointer, y_pointer, x, y, right_zone, bottom_zone; in gkrellm_motion() local
577 right_zone = _GK.w_display - gkrellm_width; in gkrellm_motion()
582 if ( _GK.x_position <= right_zone in gkrellm_motion()
583 && x > right_zone && x < right_zone + RESISTANCE_PIXELS in gkrellm_motion()
585 x = right_zone; in gkrellm_motion()