Enerccio / ewlc

Wayland compositor library - extended
MIT License
20 stars 3 forks source link

Create tty switch event handler #34

Open WLCIssuesBot opened 7 years ago

WLCIssuesBot commented 7 years ago

Issue by Luminarys Saturday Aug 22, 2015 at 22:48 GMT Originally opened as https://github.com/Cloudef/wlc/issues/59


Right now, outputs which are sleeping will be woken up again when the tty is switched. A handler for the tty switch event would prevent this.

WLCIssuesBot commented 7 years ago

Comment by Cloudef Wednesday Apr 06, 2016 at 14:57 GMT


Output context change events were added that basically trigger this behaviour. It's not really TTY switch event per se, but indicates whenever the context for output was tear down'd and recreated. During creation the output would wake up.

https://github.com/Cloudef/wlc/commit/f21ec4055ff4c937e0c6968de75bbcbce5a47487

WLCIssuesBot commented 7 years ago

Comment by Cloudef Wednesday Apr 06, 2016 at 14:58 GMT


If the above changes are enough for your needs, feel free close this issue.