mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
tearing: remove trailing whitespace
This commit is contained in:
parent
05e895c463
commit
3e956b9229
5 changed files with 15 additions and 16 deletions
|
|
@ -377,8 +377,8 @@ bool server_init(struct sway_server *server) {
|
|||
server->content_type_manager_v1 =
|
||||
wlr_content_type_manager_v1_create(server->wl_display, 1);
|
||||
wlr_fractional_scale_manager_v1_create(server->wl_display, 1);
|
||||
|
||||
server->tearing_control_v1 =
|
||||
|
||||
server->tearing_control_v1 =
|
||||
wlr_tearing_control_manager_v1_create(server->wl_display, 1);
|
||||
server->tearing_control_new_object.notify = handle_new_tearing_hint;
|
||||
wl_signal_add(&server->tearing_control_v1->events.new_object,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue