liri-eglfs: upgrade to latest

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-11-18 00:21:30 +01:00
parent f65eb99dc5
commit 54b675b7c4
2 changed files with 0 additions and 29 deletions

View File

@@ -1,29 +0,0 @@
From 63a7de68a3df67647a26261a412a51275c5de677 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Thu, 31 Jan 2019 12:25:01 +0100
Subject: [PATCH] Do not enable recording by default - it requires GLES3
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
src/plugins/platforms/eglfs/api/qeglfsscreen_p.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/platforms/eglfs/api/qeglfsscreen_p.h b/src/plugins/platforms/eglfs/api/qeglfsscreen_p.h
index 9b1e072..e3f0901 100644
--- a/src/plugins/platforms/eglfs/api/qeglfsscreen_p.h
+++ b/src/plugins/platforms/eglfs/api/qeglfsscreen_p.h
@@ -104,7 +104,7 @@ private:
EGLSurface m_surface;
QPlatformCursor *m_cursor;
bool m_modeChangeRequested = false;
- bool m_recordingEnabled = true;
+ bool m_recordingEnabled = false;
friend class QEglFSWindow;
};
--
2.20.1