Skip to content
Commit c0a540f3 authored by Michel Dänzer's avatar Michel Dänzer
Browse files

loader/dri3: Use strlen instead of sizeof for creating VRR property atom



sizeof counts the terminating null character as well, so that also
contributed to the ID computed for the X11 atom. But the convention is
for only the non-null characters to contribute to the atom ID.

Fixes: 2e12fe42 "loader/dri3: Enable adaptive_sync via
                     _VARIABLE_REFRESH property"
Reviewed-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
parent 4f0a3c9f
Loading
Loading
Loading
This commit is part of merge request !202. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment