From: Emil Velikov <emil.veli...@collabora.com> Signed-off-by: Emil Velikov <emil.veli...@collabora.com> --- glx/vndext.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/glx/vndext.c b/glx/vndext.c index f593c499a..aeefd7519 100644 --- a/glx/vndext.c +++ b/glx/vndext.c @@ -277,26 +277,26 @@ GlxFreeServerImports(GlxServerImports *imports) } _X_EXPORT const GlxServerExports glxServer = { - GLXSERVER_VENDOR_ABI_MAJOR_VERSION, // majorVersion - GLXSERVER_VENDOR_ABI_MINOR_VERSION, // minorVersion - - &vndInitCallbackList, - - GlxAllocateServerImports, // allocateServerImports - GlxFreeServerImports, // freeServerImports - - GlxCreateVendor, // createVendor - GlxDestroyVendor, // destroyVendor - GlxSetScreenVendor, // setScreenVendor - - GlxAddXIDMap, // addXIDMap - GlxGetXIDMap, // getXIDMap - GlxRemoveXIDMap, // removeXIDMap - GlxGetContextTag, // getContextTag - GlxSetContextTagPrivate, // setContextTagPrivate - GlxGetContextTagPrivate, // getContextTagPrivate - GlxGetVendorForScreen, // getVendorForScreen - GlxForwardRequest, // forwardRequest + .majorVersion = GLXSERVER_VENDOR_ABI_MAJOR_VERSION, + .minorVersion = GLXSERVER_VENDOR_ABI_MINOR_VERSION, + + .extensionInitCallback = &vndInitCallbackList, + + .allocateServerImports = GlxAllocateServerImports, + .freeServerImports = GlxFreeServerImports, + + .createVendor = GlxCreateVendor, + .destroyVendor = GlxDestroyVendor, + .setScreenVendor = GlxSetScreenVendor, + + .addXIDMap = GlxAddXIDMap, + .getXIDMap = GlxGetXIDMap, + .removeXIDMap = GlxRemoveXIDMap, + .getContextTag = GlxGetContextTag, + .setContextTagPrivate = GlxSetContextTagPrivate, + .getContextTagPrivate = GlxGetContextTagPrivate, + .getVendorForScreen = GlxGetVendorForScreen, + .forwardRequest = GlxForwardRequest, }; const GlxServerExports * -- 2.16.0 _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel