dri3_screen_info is the user provide dispatch. Something that we do
not and should not change.
When using the _ptr typecast + const the compiler barfs at us
(rightfully so), so use the _rec one.
[Silence a new const mismatch warning too - ajax]
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| dri3.c | ||
| dri3.h | ||
| dri3_priv.h | ||
| dri3_request.c | ||
| dri3_screen.c | ||
| meson.build | ||