Files
wxWidgets/src
Vadim Zeitlin 4d0e5449df Add support for Wayland XDG session management to wxPersistentTLW
When Wayland session management protocol is available, use it to save
and restore the ID of the session used to save the window geometry by
the compositor.

This relies on a new, so far private, SetWaylandXDGSessionId() function
in wxTopLevelWindow, which can be used to indicate that the TLW should
be part of the application session and so its geometry should be saved
by the compositor.

wxPersistentTLW has been modified to call this function when used on a
system with XDG session management protocol support which, in turn,
required adding SaveString() and RestoreString() to GeometryStore.
2026-08-06 19:23:27 +02:00
..
2026-07-30 19:26:19 +02:00