diff options
author | Eric Anholt <[email protected]> | 2012-09-25 09:03:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-09 14:32:02 -0700 |
commit | da3f7c127b4086eb50d1ba8ed6332fcf2431a85e (patch) | |
tree | b474ca2455fa79aa0262ef911b4cd5e05ef8562b /src/egl/drivers | |
parent | b477384f4059cfda668c616c5655f2ee493cf6d1 (diff) |
egl: Quit checking for a bug in old xcb when we require new xcb.
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/egl/drivers')
-rw-r--r-- | src/egl/drivers/dri2/platform_x11.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/egl/drivers/dri2/platform_x11.c b/src/egl/drivers/dri2/platform_x11.c index 2be6d095931..a56fc781880 100644 --- a/src/egl/drivers/dri2/platform_x11.c +++ b/src/egl/drivers/dri2/platform_x11.c @@ -543,11 +543,7 @@ dri2_connect(struct dri2_egl_display *dri2_dpy) dri2_strndup(driver_name, xcb_dri2_connect_driver_name_length (connect)); -#if XCB_DRI2_CONNECT_DEVICE_NAME_BROKEN - device_name = driver_name + ((connect->driver_name_length + 3) & ~3); -#else device_name = xcb_dri2_connect_device_name (connect); -#endif dri2_dpy->device_name = dri2_strndup(device_name, |