1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/window
Wez Furlong 70fc76a040 window: fix segv when using multiple egl windows with linux/X11
This could be reproduced via `wezterm connect localhost`.
This bug was surfaced after the last release added a Drop impl
to cleanup the display.

This commit tracks the display in the connection.

closes: https://github.com/wez/wezterm/issues/252
2020-08-16 10:43:14 -07:00
..
examples window: fixup tests for opengl init changes 2020-06-15 12:33:30 -07:00
src window: fix segv when using multiple egl windows with linux/X11 2020-08-16 10:43:14 -07:00
build.rs window: handle opengl context loss on windows. 2020-06-16 21:17:48 -07:00
Cargo.toml window: x11: fix minor leak of a display connection 2020-07-08 09:16:43 -07:00