mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-03 01:41:10 -05:00
treewide: fix typos
Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
parent
1ce992d7cb
commit
6d9aa17572
13 changed files with 15 additions and 15 deletions
|
|
@ -78,7 +78,7 @@ static void render_pass_add_texture(struct wlr_render_pass *wlr_pass,
|
|||
if (options->transform != WL_OUTPUT_TRANSFORM_NORMAL ||
|
||||
src_box_transformed.width != dst_box.width ||
|
||||
src_box_transformed.height != dst_box.height) {
|
||||
// Cosinus/sinus values are extact integers for enum wl_output_transform entries
|
||||
// Cosinus/sinus values are exact integers for enum wl_output_transform entries
|
||||
int tr_cos = 1, tr_sin = 0, tr_x = 0, tr_y = 0;
|
||||
switch (options->transform) {
|
||||
case WL_OUTPUT_TRANSFORM_NORMAL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue