extend /size to allow width or height percentages (#4146)
authorBernhard Miklautz <bmiklautz@users.noreply.github.com>
Mon, 25 Sep 2017 07:35:49 +0000 (09:35 +0200)
committerakallabeth <akallabeth@users.noreply.github.com>
Mon, 25 Sep 2017 07:35:49 +0000 (09:35 +0200)
commit4592deee724e2be837c5c3439ed78f16f2c797e9
tree43522262e3f9d0315466c3d075338df1f22ac8de
parentbabeb34d8804e816fa92a913a203b720016cba18
extend /size to allow width or height percentages (#4146)

If the size parameter is used with a percentages like /size:50% now
an additional 'w' or 'h' can be appended (like /size:50%w) to specify
where the percentage should be applied. If both or none are set the
behavior is like it was before and the percentage is applied to width
and height.
client/X11/xf_monitor.c
client/X11/xfreerdp-examples.1.xml
client/common/cmdline.c
include/freerdp/settings.h
libfreerdp/common/settings.c