emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.02k stars 97 forks source link

X11: Fix changing window title, fixes #322 #323

Closed royaltm closed 1 year ago

royaltm commented 1 year ago

A new private function Window::set_title_raw added so it can be called from both places where the window title is being changed.

Added a dynamic window title changing to title_cursor example for "visual testing" the issue.

emoon commented 1 year ago

Thanks!

royaltm commented 1 year ago

Hi @emoon,

Any chance you could publish a 24.1 patch on crates with this fix?

emoon commented 1 year ago

Sure, I can publish a new version a bit later today

royaltm commented 1 year ago

Thanks!

emoon commented 1 year ago

0.25 has been released