mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
cd623dffa8
The rust xcb bindings seem to have gotten more strict in 1.x; previously we might generate two DestroyWindow calls for the same window when closing one and things were fine, but now the second call generates a protocol error which has the effect of terminating the program. This commit ensures that we only generate a single DestroyWindow call by zeroing out the saved window_id after we emit it. refs: #1974 |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |