From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: Re: [PATCH] stubdom: use PVFB so as to e.g. permit SDL display
Date: Wed, 27 Feb 2008 18:45:49 +0000 [thread overview]
Message-ID: <20080227184549.GC10230@implementation.uk.xensource.com> (raw)
In-Reply-To: <20080227184219.GB10230@implementation.uk.xensource.com>
Samuel Thibault, le Wed 27 Feb 2008 18:42:19 +0000, a écrit :
> +#define WIDTH 1024
> +#define HEIGHT 768
> +#define DEPTH 32
> +#define LINESIZE (1280 * (DEPTH / 8))
> +#define MEMSIZE (LINESIZE * HEIGHT)
Note: because the PVFB resize patch has not been integrated yet, for now
the window is always set to 1024x768, and output is clipped to that.
Samuel
prev parent reply other threads:[~2008-02-27 18:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-27 18:42 [PATCH] stubdom: use PVFB so as to e.g. permit SDL display Samuel Thibault
2008-02-27 18:45 ` Samuel Thibault [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080227184549.GC10230@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.