diff options
Diffstat (limited to 'epan/dissectors/x11-extension-errors.h')
-rw-r--r-- | epan/dissectors/x11-extension-errors.h | 67 |
1 files changed, 36 insertions, 31 deletions
diff --git a/epan/dissectors/x11-extension-errors.h b/epan/dissectors/x11-extension-errors.h index a3c3f390..97099563 100644 --- a/epan/dissectors/x11-extension-errors.h +++ b/epan/dissectors/x11-extension-errors.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> * @@ -11,36 +11,41 @@ * SPDX-License-Identifier: GPL-2.0-or-later */ -const char *bigreq_errors[] = { +static const char * const bigreq_errors[] = { NULL }; -const char *composite_errors[] = { +static const char * const composite_errors[] = { NULL }; -static const char *damage_errors[] = { +static const char * const damage_errors[] = { "damage-BadDamage", NULL }; -const char *dpms_errors[] = { +static const char * const dbe_errors[] = { + "dbe-BadBuffer", NULL }; -const char *dri2_errors[] = { +static const char * const dpms_errors[] = { NULL }; -const char *dri3_errors[] = { +static const char * const dri2_errors[] = { NULL }; -const char *ge_errors[] = { +static const char * const dri3_errors[] = { NULL }; -static const char *glx_errors[] = { +static const char * const ge_errors[] = { + NULL +}; + +static const char * const glx_errors[] = { "glx-BadContext", "glx-BadContextState", "glx-BadDrawable", @@ -58,11 +63,11 @@ static const char *glx_errors[] = { NULL }; -const char *present_errors[] = { +static const char * const present_errors[] = { NULL }; -static const char *randr_errors[] = { +static const char * const randr_errors[] = { "randr-BadOutput", "randr-BadCrtc", "randr-BadMode", @@ -70,12 +75,12 @@ static const char *randr_errors[] = { NULL }; -static const char *record_errors[] = { +static const char * const record_errors[] = { "record-BadContext", NULL }; -static const char *render_errors[] = { +static const char * const render_errors[] = { "render-PictFormat", "render-Picture", "render-PictOp", @@ -84,42 +89,42 @@ static const char *render_errors[] = { NULL }; -const char *res_errors[] = { +static const char * const res_errors[] = { NULL }; -const char *screensaver_errors[] = { +static const char * const screensaver_errors[] = { NULL }; -const char *shape_errors[] = { +static const char * const shape_errors[] = { NULL }; -static const char *shm_errors[] = { +static const char * const shm_errors[] = { "shm-BadSeg", NULL }; -static const char *sync_errors[] = { +static const char * const sync_errors[] = { "sync-Counter", "sync-Alarm", NULL }; -const char *xc_misc_errors[] = { +static const char * const xc_misc_errors[] = { NULL }; -const char *xevie_errors[] = { +static const char * const xevie_errors[] = { NULL }; -const char *xf86dri_errors[] = { +static const char * const xf86dri_errors[] = { NULL }; -static const char *xf86vidmode_errors[] = { +static const char * const xf86vidmode_errors[] = { "xf86vidmode-BadClock", "xf86vidmode-BadHTimings", "xf86vidmode-BadVTimings", @@ -130,16 +135,16 @@ static const char *xf86vidmode_errors[] = { NULL }; -static const char *xfixes_errors[] = { +static const char * const xfixes_errors[] = { "xfixes-BadRegion", NULL }; -const char *xinerama_errors[] = { +static const char * const xinerama_errors[] = { NULL }; -static const char *xinput_errors[] = { +static const char * const xinput_errors[] = { "xinput-Device", "xinput-Event", "xinput-Mode", @@ -148,33 +153,33 @@ static const char *xinput_errors[] = { NULL }; -static const char *xkb_errors[] = { +static const char * const xkb_errors[] = { "xkb-Keyboard", NULL }; -static const char *xprint_errors[] = { +static const char * const xprint_errors[] = { "xprint-BadContext", "xprint-BadSequence", NULL }; -const char *xselinux_errors[] = { +static const char * const xselinux_errors[] = { NULL }; -const char *xtest_errors[] = { +static const char * const xtest_errors[] = { NULL }; -static const char *xv_errors[] = { +static const char * const xv_errors[] = { "xv-BadPort", "xv-BadEncoding", "xv-BadControl", NULL }; -const char *xvmc_errors[] = { +static const char * const xvmc_errors[] = { NULL }; |