Julien Cristau <[email protected]> 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!

Attachment: pgpt80iEWAgGN.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to