liri-eglfs: upgrade to latest
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user