[Xcb] [PATCH] Present: Remove reference to nonexistent enum
Uli Schlachter
psychon at znc.in
Sun Nov 17 12:32:19 PST 2013
Hi
On 13.11.2013 22:21, Peter Harris wrote:
> Signed-off-by: Peter Harris <pharris at opentext.com>
> ---
> At a guess, this enum was removed when the rest of the events were
> upgraded to xge="true".
>
> src/present.xml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/present.xml b/src/present.xml
> index 57e7cd3..a9adc2b 100644
> --- a/src/present.xml
> +++ b/src/present.xml
> @@ -136,7 +136,7 @@ OF THIS SOFTWARE.
> <event name="Generic" number="0">
> <field type="CARD8" name="extension" />
> <field type="CARD32" name="length" />
> - <field type="CARD16" name="evtype" enum="EventType" />
> + <field type="CARD16" name="evtype" />
> <pad bytes="2" />
> <field type="EVENT" name="event" />
> </event>
>
I don't really know much about the XML, but this seems to be in the "obviously
correct" category, so:
Reviewed-by: Uli Schlachter <psychon at znc.in>
--
A normal person is just someone you don't know well enough yet.
- Nettie Wiebe
More information about the Xcb
mailing list