logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XkbComputeSectionBounds - Update the bounding box of a section

Arguments

geom   geometry that contains the section

       section
              section to be examined and updated

Description

        If  you  add  or  delete a row to or from a section, or if you change the geometry of any of the rows in
       that section, you may need to update the bounding box for that section.

       XkbComputeSectionBounds examines all the rows of the section and updates the bounding box of that section
       so that it contains all rows.  XkbComputeSectionBounds returns False if any of  the  arguments  is  NULL;
       otherwise, it returns True.

X Version 11                                      libX11 1.8.12                       XkbComputeSectionBounds(3)

Name

       XkbComputeSectionBounds - Update the bounding box of a section

Synopsis

BoolXkbComputeSectionBounds(XkbGeometryPtrgeom,XkbSectionPtrsection);

See Also