Re: [Qemu-devel] [PATCH v2 4/5] xenfb: Add "feature-no-abs-rescale"

2014-09-26 Thread Stefano Stabellini
On Wed, 17 Sep 2014, Owen smith wrote: > Some frontends may require absolute axes that are not scaled to > DisplaySurface sizes. > > backend: feature-no-abs-rescale > Value: 0/1 (boolean) > Default: 0 > > Indicates whether backend supports unscaled absolute axes. Unscaled > axes a

[Qemu-devel] [PATCH v2 4/5] xenfb: Add "feature-no-abs-rescale"

2014-09-17 Thread Owen smith
Some frontends may require absolute axes that are not scaled to DisplaySurface sizes. backend: feature-no-abs-rescale Value: 0/1 (boolean) Default: 0 Indicates whether backend supports unscaled absolute axes. Unscaled axes are in the range [0, 0x7fff]. frontend: request-no-abs-re