Home
last modified time | relevance | path

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

/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/standard/
H A Dtheme.c307 int norm_point_y; in create_border_with_arrow() local
332 norm_point_y = windata->point_y - monitor_geometry.y; in create_border_with_arrow()
467 if (norm_point_y < arrow_side1_width) in create_border_with_arrow()
470 arrow_offset = norm_point_y; in create_border_with_arrow()
472 else if (norm_point_y > monitor_geometry.height - arrow_side2_width) in create_border_with_arrow()
475 arrow_offset = norm_point_y - arrow_side1_width; in create_border_with_arrow()