[PATCH 05/17] ephyr: Move event processing into ephyr.c.
Eric Anholt
eric at anholt.net
Tue Sep 3 10:57:09 PDT 2013
Julien Cristau <jcristau at debian.org> writes:
> On Mon, Aug 26, 2013 at 13:26:11 -0700, Eric Anholt wrote:
>> -struct EphyrHostXEvent {
>> - EphyrHostXEventType type;
>>
>> - union {
>> - struct mouse_motion {
>> - int x;
>> - int y;
>> - int screen;
>> - int window;
>> - } mouse_motion;
>> +struct EphyrHostScreen {
>> + Window win;
>> + Window win_pre_existing; /* Set via -parent option like xnest */
>> + Window peer_win; /* Used for GL; should be at most one */
>> + xcb_image_t *ximg;
>> + int win_width, win_height;
>> + int server_depth;
>> + unsigned char *fb_data; /* only used when host bpp != server bpp */
>> + xcb_shm_segment_info_t shminfo;
>>
> The previous patch killed EphyrHostScreen, I assume it wasn't supposed
> to come back here?
Fixed, thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20130903/1e307ce8/attachment.pgp>
More information about the xorg-devel
mailing list