diff options
Diffstat (limited to 'epan/dissectors/x11-enum.h')
-rw-r--r-- | epan/dissectors/x11-enum.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/epan/dissectors/x11-enum.h b/epan/dissectors/x11-enum.h index 84e3e02e..a3d057f6 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 xcb-proto-1.14-3-g7d58eed */ + using xcbproto version xcb-proto-1.17.0 */ /* * Copyright 2008, 2009, 2013, 2014 Open Text Corporation <pharris[AT]opentext.com> * @@ -36,6 +36,14 @@ static const value_string x11_enum_xfixes_Region[] = { { 0, NULL }, }; +static const value_string x11_enum_dbe_SwapAction[] = { + { 0, "Undefined" }, + { 1, "Background" }, + { 2, "Untouched" }, + { 3, "Copied" }, + { 0, NULL }, +}; + static const value_string x11_enum_dpms_DPMSMode[] = { { 0, "On" }, { 1, "Standby" }, @@ -558,6 +566,7 @@ static const value_string x11_enum_xinput_DeviceClassType[] = { { 2, "Valuator" }, { 3, "Scroll" }, { 8, "Touch" }, + { 9, "Gesture" }, { 0, NULL }, }; @@ -610,6 +619,8 @@ static const value_string x11_enum_xinput_GrabType[] = { { 2, "Enter" }, { 3, "FocusIn" }, { 4, "TouchBegin" }, + { 5, "GesturePinchBegin" }, + { 6, "GestureSwipeBegin" }, { 0, NULL }, }; |