1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

MacOS: Support fullsize content (no titlebar, but window controls) (#2049)

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
Paul Rouget
2022-09-16 20:31:21 +08:00
committed by GitHub
parent 0605bcfca7
commit c4117066cf
3 changed files with 22 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
## Unreleased
* Added `NativeOptions::fullsize_content` option on Mac to build titlebar-less windows with floating window controls ([#2049](https://github.com/emilk/egui/pull/2049)).
* Added `NativeOptions::event_loop_builder` hook for apps to change platform specific event loop options ([#1952](https://github.com/emilk/egui/pull/1952)).
* Enabled deferred render state initialization to support Android ([#1952](https://github.com/emilk/egui/pull/1952)).
* Allow empty textures with the glow renderer.