XkbComputeSectionBounds
Update the bounding box of a section
- Provided by: libx11-doc (Version: 2:1.6.3-1ubuntu2.2)
- Source: libx11
- Report a bug
Update the bounding box of a section
Bool XkbComputeSectionBounds (XkbGeometryPtr geom, XkbSectionPtr section);
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.