- "Hans de Goede" wrote:
> We were allocating a fb of max-width * max-width pixels rather then
> max-height * max-width pixels, this patch fixes this.
> ---
> src/qxl_driver.c |5 -
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/src/qxl_driver.c b/src/qxl_drive
We were allocating a fb of max-width * max-width pixels rather then
max-height * max-width pixels, this patch fixes this.
---
src/qxl_driver.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index 8492792..6967e80 100644
--- a/src/qx