#1805 closed enhancement (fixed)
multi window shadow for win32 and macos
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.4 |
Component: | platforms | Version: | 2.2.x |
Keywords: | Cc: |
Description (last modified by )
Change History (8)
comment:1 Changed 3 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 3 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 3 years ago by
Milestone: | 3.0 → 2.4 |
---|
comment:4 Changed 3 years ago by
comment:5 Changed 3 years ago by
Done for macos in r19600.
Still TODO:
- should the win32 shadow servers also re-use the same
adjust_pointer
code as macos and x11? (then refactor it up)
comment:6 Changed 3 years ago by
comment:7 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:8 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1805
Note: See
TracTickets for help on using
tickets.
Done fairly generically in r19268. Tested OK on win32 with dual monitors, including monitors left-of-primary which ends up using negative coordinates.
This should also work on macos, assuming that GTK sees what macos calls "screens". (otherwise we already have native code for that)
I can't test on macos because virtualbox's multiple monitors aren't detected, and the macmini doesn't have the monitor or cables required.