aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-enum.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2018-09-24 10:34:18 -0400
committerAnders Broman <a.broman58@gmail.com>2018-09-24 17:53:52 +0000
commitb63fe7d6e2ada405c845346a8c94ae2d6a820d14 (patch)
tree7d2217a685816d63cfa4095038e37e5dba962943 /epan/dissectors/x11-enum.h
parent95cf63f4d79740caa1350f4578ef0b4ac0fe929e (diff)
Update the X11 dissector to use the latest mesa and xcbproto.
Change-Id: I6a72ec73c31c851723ba93e85cab3173d72c6a6b Reviewed-on: https://code.wireshark.org/review/29806 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/x11-enum.h')
-rw-r--r--epan/dissectors/x11-enum.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/x11-enum.h b/epan/dissectors/x11-enum.h
index f7ec730ce9..4e7e4f4fb3 100644
--- a/epan/dissectors/x11-enum.h
+++ b/epan/dissectors/x11-enum.h
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It was automatically generated by ../../tools/process-x11-xcb.pl
- using xcbproto version 1.12-9-g97fbba2 */
+ using xcbproto version xcb-proto-1.13-1-g55c7baa */
/*
* Copyright 2008, 2009, 2013, 2014 Open Text Corporation <pharris[AT]opentext.com>
*
@@ -112,6 +112,7 @@ static const value_string x11_enum_present_CompleteMode[] = {
{ 0, "Copy" },
{ 1, "Flip" },
{ 2, "Skip" },
+ { 3, "SuboptimalCopy" },
{ 0, NULL },
};
@@ -215,6 +216,7 @@ static const value_string x11_enum_randr_Notify[] = {
{ 3, "ProviderChange" },
{ 4, "ProviderProperty" },
{ 5, "ResourceChange" },
+ { 6, "Lease" },
{ 0, NULL },
};