#1969 closed defect (fixed)
honour client min window size
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 2.5 |
Component: | server | Version: | 2.3.x |
Keywords: | Cc: |
Description
windows with a title bar have a minimum size on win32, we should tell the server to honour it so that when an application requests a size smaller than that we will send the configure-notify event with the min-size applied to it.
Change History (6)
comment:1 Changed 4 years ago by
Status: | new → assigned |
---|
comment:2 Changed 4 years ago by
comment:3 Changed 4 years ago by
comment:4 Changed 4 years ago by
comment:5 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Backport in r21001.
Not doing the desktop server randr limitation or applying it to OR windows.
comment:6 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1969
Note: See
TracTickets for help on using
tickets.
Mostly done in r20851, minor fixups in r20854. Test in r20855.
max-size
and the newmin-size
switch can be used on either the client or server (previouslymax-size
was only used by the client)Still TODO:
XConfigureWindow
?)