10ab8b2740
The size of the surface used to draw the indicator depends on the extents of the text being drawn on and under the indicator. This commit refactors the `render_frame` function so that the surface size is computed before drawing; before, `render_frame` drew onto a buffer, estimated the size the buffer should have had, and recursively called itself to try again with the estimated size, if necessary. This was done because Cairo's methods to estimate font and text size require that a cairo_t context object and an associated cairo_surface already have been set up. Since the surface size depends on the text size, the natural way to use Cairo would have a circular dependency. In order to compute sizes _before_ the buffer is created, this commit adds a 1x1 surface and a matching `test_cairo` context which is set to the same font and drawing parameters as the buffer that will be created. Font/text extent measurements should give the same results as for the final buffer. |
||
---|---|---|
.. | ||
background-image.h | ||
cairo.h | ||
comm.h | ||
log.h | ||
loop.h | ||
meson.build | ||
password-buffer.h | ||
pool-buffer.h | ||
seat.h | ||
swaylock.h | ||
unicode.h |