aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-enum.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-10-17 15:39:46 +0200
committerJeff Morriss <jeff.morriss.ws@gmail.com>2015-10-19 21:18:26 +0000
commit9a61b9a5be2e426b5c3b6cf20994ca71d8a39ac2 (patch)
tree7154431037a2731f7b88c79b3709598224fa8e31 /epan/dissectors/x11-enum.h
parent08a20705b4d03cb4460e13d3c270077930a75310 (diff)
x11: update X11 from last mesa and xcb
Change-Id: Ic3567b4789385a29bb420fba5c56bd5fecbb6a22 Reviewed-on: https://code.wireshark.org/review/11114 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'epan/dissectors/x11-enum.h')
-rw-r--r--epan/dissectors/x11-enum.h112
1 files changed, 106 insertions, 6 deletions
diff --git a/epan/dissectors/x11-enum.h b/epan/dissectors/x11-enum.h
index f85b00823a..4c9031acd1 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.11-2-g8e3db42 */
+ using xcbproto version 1.11-97-g8d0c100 */
/*
* Copyright 2008, 2009, 2013, 2014 Open Text Corporation <pharris[AT]opentext.com>
*
@@ -230,6 +230,32 @@ static const value_string x11_enum_randr_Notify[] = {
{ 0, NULL },
};
+static const value_string x11_enum_render_Repeat[] = {
+ { 0, "None" },
+ { 1, "Normal" },
+ { 2, "Pad" },
+ { 3, "Reflect" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_xproto_SubwindowMode[] = {
+ { 0, "ClipByChildren" },
+ { 1, "IncludeInferiors" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_render_PolyEdge[] = {
+ { 0, "Sharp" },
+ { 1, "Smooth" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_render_PolyMode[] = {
+ { 0, "Precise" },
+ { 1, "Imprecise" },
+ { 0, NULL },
+};
+
static const value_string x11_enum_render_PictOp[] = {
{ 0, "Clear" },
{ 1, "Src" },
@@ -306,6 +332,49 @@ static const value_string x11_enum_xproto_WindowClass[] = {
{ 0, NULL },
};
+static const value_string x11_enum_xproto_BackPixmap[] = {
+ { 0, "None" },
+ { 1, "ParentRelative" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_xproto_Pixmap[] = {
+ { 0, "None" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_xproto_Gravity[] = {
+ { 0, "WinUnmap" },
+ { 1, "NorthWest" },
+ { 2, "North" },
+ { 3, "NorthEast" },
+ { 4, "West" },
+ { 5, "Center" },
+ { 6, "East" },
+ { 7, "SouthWest" },
+ { 8, "South" },
+ { 9, "SouthEast" },
+ { 10, "Static" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_xproto_BackingStore[] = {
+ { 0, "NotUseful" },
+ { 1, "WhenMapped" },
+ { 2, "Always" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_xproto_Colormap[] = {
+ { 0, "None" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_xproto_Cursor[] = {
+ { 0, "None" },
+ { 0, NULL },
+};
+
static const value_string x11_enum_shape_SO[] = {
{ 0, "Set" },
{ 1, "Union" },
@@ -330,11 +399,6 @@ static const value_string x11_enum_xproto_ClipOrdering[] = {
{ 0, NULL },
};
-static const value_string x11_enum_xproto_Pixmap[] = {
- { 0, "None" },
- { 0, NULL },
-};
-
static const value_string x11_enum_sync_ALARMSTATE[] = {
{ 0, "Active" },
{ 1, "Inactive" },
@@ -417,6 +481,11 @@ static const value_string x11_enum_xproto_GrabMode[] = {
{ 0, NULL },
};
+static const value_string x11_enum_xinput_ModifierDevice[] = {
+ { 255, "UseXKeyboard" },
+ { 0, NULL },
+};
+
static const value_string x11_enum_xproto_Grab[] = {
{ 0, "Any" },
{ 0, NULL },
@@ -487,6 +556,12 @@ static const value_string x11_enum_xinput_HierarchyChangeType[] = {
{ 0, NULL },
};
+static const value_string x11_enum_xinput_ChangeMode[] = {
+ { 1, "Attach" },
+ { 2, "Float" },
+ { 0, NULL },
+};
+
static const value_string x11_enum_xinput_DeviceClassType[] = {
{ 0, "Key" },
{ 1, "Button" },
@@ -496,6 +571,18 @@ static const value_string x11_enum_xinput_DeviceClassType[] = {
{ 0, NULL },
};
+static const value_string x11_enum_xinput_ScrollType[] = {
+ { 1, "Vertical" },
+ { 2, "Horizontal" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_xinput_TouchMode[] = {
+ { 1, "Direct" },
+ { 2, "Dependent" },
+ { 0, NULL },
+};
+
static const value_string x11_enum_xinput_DeviceType[] = {
{ 1, "MasterPointer" },
{ 2, "MasterKeyboard" },
@@ -568,6 +655,19 @@ static const value_string x11_enum_xproto_NotifyMode[] = {
{ 0, NULL },
};
+static const value_string x11_enum_xproto_Mapping[] = {
+ { 0, "Modifier" },
+ { 1, "Keyboard" },
+ { 2, "Pointer" },
+ { 0, NULL },
+};
+
+static const value_string x11_enum_xinput_ChangeDevice[] = {
+ { 0, "NewPointer" },
+ { 1, "NewKeyboard" },
+ { 0, NULL },
+};
+
static const value_string x11_enum_xinput_DeviceChange[] = {
{ 0, "Added" },
{ 1, "Removed" },