Fix some typos
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
parent
9d3da72a39
commit
baa1ae99df
2
render.c
2
render.c
@ -269,7 +269,7 @@ void render_frame(struct swaylock_surface *surface) {
|
|||||||
arc_radius + arc_thickness / 2, 0, 2 * M_PI);
|
arc_radius + arc_thickness / 2, 0, 2 * M_PI);
|
||||||
cairo_stroke(cairo);
|
cairo_stroke(cairo);
|
||||||
|
|
||||||
// display layout text seperately
|
// display layout text separately
|
||||||
if (layout_text) {
|
if (layout_text) {
|
||||||
cairo_text_extents_t extents;
|
cairo_text_extents_t extents;
|
||||||
cairo_font_extents_t fe;
|
cairo_font_extents_t fe;
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
how they should interact with surfaces that do. If set to zero, the
|
how they should interact with surfaces that do. If set to zero, the
|
||||||
surface indicates that it would like to be moved to avoid occluding
|
surface indicates that it would like to be moved to avoid occluding
|
||||||
surfaces with a positive excluzive zone. If set to -1, the surface
|
surfaces with a positive excluzive zone. If set to -1, the surface
|
||||||
indicates that it would not like to be moved to accomodate for other
|
indicates that it would not like to be moved to accommodate for other
|
||||||
surfaces, and the compositor should extend it all the way to the edges
|
surfaces, and the compositor should extend it all the way to the edges
|
||||||
it is anchored to.
|
it is anchored to.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user