1
0
Fork 0
forked from wry/wry

xwayland: fix logging of stderr

This commit is contained in:
Julian Orth 2024-03-23 08:58:35 +01:00
parent b8fedbd23c
commit 544f23ffb0
4 changed files with 53 additions and 46 deletions

View file

@ -16,6 +16,7 @@ pub mod errorfmt;
pub mod fdcloser;
pub mod gfx_api_ext;
pub mod hex;
pub mod line_logger;
pub mod linkedlist;
pub mod log_on_drop;
pub mod mmap;