Refactor win32 window state code (#730)
* Overhaul win32 window state * Fix warnings * Add CHANGELOG entry * Rephrase CHANGELOG entries * Fix 1.28.0 build * Remove WS_POPUP styling * Slight style correction * Make set_maximized work * Fix rect restore not working after winit set_maximized call * Add a few comments
This commit is contained in:
parent
c91dfdd6fe
commit
7be1d16263
9 changed files with 661 additions and 608 deletions
|
|
@ -100,6 +100,9 @@ extern crate serde;
|
|||
extern crate winapi;
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate backtrace;
|
||||
#[macro_use]
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate bitflags;
|
||||
#[cfg(any(target_os = "macos", target_os = "ios"))]
|
||||
#[macro_use]
|
||||
extern crate objc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue