From 9ad958e9af3f6c82018243f4e57e471a44d5830b Mon Sep 17 00:00:00 2001 From: Krys Date: Mon, 13 Jan 2020 17:46:38 +0800 Subject: [PATCH] =?UTF-8?q?if=E8=AF=AD=E5=8F=A5=E5=BA=94=E8=AF=A5=E6=98=AF?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=97=B6=E6=80=81=EF=BC=8C=E5=9B=A0=E4=B8=BA?= =?UTF-8?q?=E6=98=AF=E8=A1=A8=E7=A4=BA=E5=B7=B2=E7=BB=8F=E2=80=9Cfigure=20?= =?UTF-8?q?out=E2=80=9D=EF=BC=8C=E7=84=B6=E5=90=8EPRs=E5=90=8E=E9=9D=A2?= =?UTF-8?q?=E7=BC=BA=E4=B8=80=E4=B8=AA=20Be=E5=8A=A8=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33e8368..d5f0d20 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ There are mainly three obstacles: 2. EAF uses X11 Reparent to stick Qt5 window to emacs frame, struggling to make X11 to work on MacOS. 3. Strugglling to make dbus/python-dbus work on MacOS High Sierra 4. Strugglling to make Qt5 QGraphicsView/QGraphicsScene work on MacOS, specifically QGraphicsVideoItem cannot work. -5. If you figure them out, PRs always welcome +5. If you've figure them out, PRs are always welcome ### How about Wayland? EAF use X11 XReparent, Wayland doesn't support it as of now.