diff options
author | Mark Kettenis <[email protected]> | 2016-04-29 17:31:10 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-01 08:37:25 +0100 |
commit | b8e59292e6a19673ca34a8aaeeb26d75dca23f3f (patch) | |
tree | 1a43ed130e21f66549fe9802a2c348684a324a26 /src/egl/Makefile.sources | |
parent | a92910ae37878b441ecb1c488f0a40d80a48f6fe (diff) |
egl/x11: resolve "initialization from incompatible pointer type" warning
With earlier commit we've moved a few functions and changing the
argument type from _EGLDisplay * to struct dri2_egl_display *.
The latter is effectively a wrapper around the former, thus
functionality was preserved, although GCC rightfully warned us about the
misuse.
Add a simple wrapper that casts and propagates the correct type.
Fixes: 9bbf3737f9c ("egl/x11: authenticate before doing chipset id
ioctls")
Cc: "11.2 11.1" <[email protected]>
Reported-by: Matt Turner <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/Makefile.sources')
0 files changed, 0 insertions, 0 deletions