Winit: resizability & min/max dimensions

Created on 3 Nov 2016  路  2Comments  路  Source: rust-windowing/winit

easy Windows low help wanted api enhancement

Most helpful comment

It appears that this might be two separate issues:

  1. We need a resizable flag for creating windows
  2. with_min_dimensions and with_max_dimensions include the window border on (at least) Windows, which is likely a bug.

All 2 comments

It appears that this might be two separate issues:

  1. We need a resizable flag for creating windows
  2. with_min_dimensions and with_max_dimensions include the window border on (at least) Windows, which is likely a bug.
  1. Closing in favor of #540
  2. Fixed by #444 (it's actually still an issue on macOS, but a fix for that is shoved into my upcoming DPI PR)
Was this page helpful?
0 / 5 - 0 ratings

Related issues

tomaka picture tomaka  路  3Comments

Osspial picture Osspial  路  5Comments

coderhwz picture coderhwz  路  3Comments

francesca64 picture francesca64  路  4Comments

chrisduerr picture chrisduerr  路  4Comments