mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Mesa: add patch which *maybe* should fix the reboot/shutdown issue
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a200def82a
commit
c23fe2f641
@ -0,0 +1,13 @@
|
||||
diff --git a/src/glx/dri_common.c b/src/glx/dri_common.c
|
||||
index bac0c9e..e7dba5a 100644
|
||||
--- a/src/glx/dri_common.c
|
||||
+++ b/src/glx/dri_common.c
|
||||
@@ -388,7 +388,7 @@ driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable)
|
||||
_X_HIDDEN void
|
||||
driReleaseDrawables(struct glx_context *gc)
|
||||
{
|
||||
- struct glx_display *const priv = __glXInitialize(gc->psc->dpy);
|
||||
+ const struct glx_display *priv = gc->psc->display;
|
||||
__GLXDRIdrawable *pdraw;
|
||||
|
||||
if (priv == NULL)
|
Loading…
x
Reference in New Issue
Block a user