mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
Remove info() and die()
This commit is contained in:
parent
22f5073ebd
commit
20fd8f59a7
11 changed files with 26 additions and 51 deletions
|
|
@ -834,7 +834,7 @@ new_output_notify(struct wl_listener *listener, void *data)
|
|||
*/
|
||||
|
||||
if (getenv("LABWC_ADAPTIVE_SYNC")) {
|
||||
info("Set %s adaptive sync to 'true'", wlr_output->name);
|
||||
wlr_log(WLR_INFO, "enable adaptive sync on %s", wlr_output->name);
|
||||
wlr_output_enable_adaptive_sync(wlr_output, true);
|
||||
}
|
||||
wlr_output_layout_add_auto(server->output_layout, wlr_output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue