#2896 closed enhancement (fixed)
more correct window re-stacking _NET_RESTACK_WINDOW
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.1 |
Component: | core | Version: | 3.0.x |
Keywords: | Cc: |
Description
Following #2720.
Using Gdk.Window.restack.
This may not be honoured on all platforms, but X11 should work.
Change History (3)
comment:1 Changed 21 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 21 months ago by
Summary: | more correct window re-stacking → more correct window re-stacking _NET_RESTACK_WINDOW |
---|
comment:3 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2896
Note: See
TracTickets for help on using
tickets.
Done in r27630. Also ddds more
-d focus
debug logging.Older clients will only handle raising the window, as before.
Newer clients will receive the new
restack-window
packet with more data.The server sends the
detail
attribute, even though the GTK clients only handleAbove
andBelow
.Not implemented yet for the HTML5 client: #2897