Opened 18 months ago
Last modified 16 months ago
#2958 new defect
maximized windows on macos
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.2 |
Component: | platforms | Version: | 3.0.x |
Keywords: | Cc: |
Description
As per gtk-osx : crash on updateTrackingRect is BAAACK: , that's very helpful. I've patched gdkwindow-quartz.c
, _gdk_window_impl_new()
, to add [impl->toplevel setCollectionBehavior:NSWindowCollectionBehaviorFullScreenAuxiliary];
for GDK_WINDOW_TOPLEVEL
, GDK_WINDOW_DIALOG
and GDK_WINDOW_TEMP
, and my woes are over. The max button now just does "regular" maximization rather than full-screen and there's no crash closing a maximized window.
Do we need / want this behaviour?
Note: See
TracTickets for help on using
tickets.
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2958