mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
glx/dri2: fix typo in the notification reset for robustness.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -538,7 +538,7 @@ create_driver_context(__GLXDRIcontext * context,
|
||||
}
|
||||
|
||||
#ifdef __DRI2_ROBUSTNESS
|
||||
if (reset != __DRI_CTX_NO_RESET_NOTIFICATION) {
|
||||
if (reset != __DRI_CTX_RESET_NO_NOTIFICATION) {
|
||||
ctx_attribs[num_ctx_attribs++] =
|
||||
__DRI_CTX_ATTRIB_RESET_NOTIFICATION;
|
||||
ctx_attribs[num_ctx_attribs++] = reset;
|
||||
|
||||
Reference in New Issue
Block a user