Package: xtrace Version: 1.0.1-1 SelectionNotify has a different wire representation to SelectionRequest (the "owner" field is missing); this patch modifies events.proto to reflect the correct layout of SelectionNotify.
Thanks, -- Peter
From 9d357796f60b09c2ec3709f91373d3b1cba52207 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne <pe...@pcc.me.uk> Date: Tue, 29 Dec 2009 21:19:24 +0000 Subject: [PATCH] Corrected layout of the SelectionNotify event SelectionNotify has a different wire representation to SelectionRequest (the "owner" field is missing); this patch modifies events.proto to reflect the correct layout of SelectionNotify. --- events.proto | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/events.proto b/events.proto index 7fe9ed6..c8e73aa 100644 --- a/events.proto +++ b/events.proto @@ -401,7 +401,13 @@ EVENT SelectionRequest 24 property ATOM constants none END -EVENT SelectionNotify ALIASES SelectionRequest +EVENT SelectionNotify +4 time TIMESTAMP constants curtime +8 requestor WINDOW +12 selection ATOM +16 target ATOM +20 property ATOM constants none +END CONSTANTS uninstalledinstalled 0 Uninstalled -- 1.6.3.3
signature.asc
Description: Digital signature