[PATCH xextproto 1/5] XGE: Add xGESendEventReq

2010-09-25 Thread Carlos Garnacho
Since xSendEventReq has a fixed size, it can't send xGenericEvents larger than 32bytes, there is a need for an alternative in Xge that is able to deal with variable-size events. The extension version is bumped to 1.1 since a new request has been added. Signed-off-by: Carlos Garnacho

[PATCH xextproto 1/5] XGE: Add xGESendEventReq

2010-09-24 Thread Carlos Garnacho
Since xSendEventReq has a fixed size, it can't send xGenericEvents larger than 32bytes, there is a need for an alternative in Xge that is able to deal with variable-size events. The extension version is bumped to 1.1 since a new request has been added. Signed-off-by: Carlos Garnacho

Re: [PATCH xextproto 1/5] XGE: Add xGESendEventReq

2010-09-24 Thread Mikhail Gusarov
Twas brillig at 20:29:39 24.09.2010 UTC+02 when carl...@gnome.org did gyre and gimble: CG Since xSendEventReq has a fixed size, it can't send xGenericEvents CG larger than 32bytes, there is a need for an alternative in Xge that CG is able to deal with variable-size events. The extension

Re: [PATCH xextproto 1/5] XGE: Add xGESendEventReq

2010-09-24 Thread Peter Harris
On 2010-09-24 14:58, Mikhail Gusarov wrote: Twas brillig at 20:29:39 24.09.2010 UTC+02 when carl...@gnome.org did gyre and gimble: CG Since xSendEventReq has a fixed size, it can't send xGenericEvents CG larger than 32bytes, there is a need for an alternative in Xge that CG is able to

Re: [PATCH xextproto 1/5] XGE: Add xGESendEventReq

2010-09-24 Thread Mikhail Gusarov
Twas brillig at 15:22:50 24.09.2010 UTC-04 when phar...@opentext.com did gyre and gimble: PH This is about the SendEvent request, not about the event itself. PH The core protocol only supports 32-byte events in the SendEvent request. Ah, I see. Sorry for the confusion. --