Name

drm_rect_equals — determine if two rectangles are equal

Synopsis

bool drm_rect_equals (const struct drm_rect * r1,
 const struct drm_rect * r2);
 

Arguments

r1

first rectangle

r2

second rectangle

RETURNS

true if the rectangles are equal, false otherwise.