mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-03-14 05:33:45 -04:00
Fix typos
This commit is contained in:
parent
9b76ee8e90
commit
cb4cc3ae8f
1 changed files with 3 additions and 3 deletions
6
dwl.c
6
dwl.c
|
|
@ -586,7 +586,7 @@ arrangelayers(Monitor *m)
|
|||
arrange(m);
|
||||
}
|
||||
|
||||
/* Arrange non-exlusive surfaces from top->bottom */
|
||||
/* Arrange non-exclusive surfaces from top->bottom */
|
||||
for (i = 3; i >= 0; i--)
|
||||
arrangelayer(m, &m->layers[i], &usable_area, 0);
|
||||
|
||||
|
|
@ -2134,7 +2134,7 @@ powermgrsetmode(struct wl_listener *listener, void *data)
|
|||
if (!m)
|
||||
return;
|
||||
|
||||
m->gamma_lut_changed = 1; /* Reapply gamma LUT when re-enabling the ouput */
|
||||
m->gamma_lut_changed = 1; /* Reapply gamma LUT when re-enabling the output */
|
||||
wlr_output_state_set_enabled(&state, event->mode);
|
||||
wlr_output_commit_state(m->wlr_output, &state);
|
||||
|
||||
|
|
@ -2456,7 +2456,7 @@ setup(void)
|
|||
wlr_log_init(log_level, NULL);
|
||||
|
||||
/* The Wayland display is managed by libwayland. It handles accepting
|
||||
* clients from the Unix socket, manging Wayland globals, and so on. */
|
||||
* clients from the Unix socket, managing Wayland globals, and so on. */
|
||||
dpy = wl_display_create();
|
||||
event_loop = wl_display_get_event_loop(dpy);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue