Skip to content

glx: Getting rid of the double assignment in `__glXWireToEvent`.

Yunhyeok "Yune" Choi requested to merge twitt-thornwaite/mesa:main into main

What does this MR do and why?

glx: Getting rid of the double assignment in `__glXWireToEvent`.

Previously the field `event_type` in `GLXPbufferClobberEvent`
was assigned twice in succession with different values.
Removing the first assignment and retaining only the second one.

Merge request reports

Loading