svn commit: r522983 - head/x11-wm/chamfer/files

Jan Beich jbeich at FreeBSD.org
Tue Jan 14 01:03:06 UTC 2020


Author: jbeich
Date: Tue Jan 14 01:03:05 2020
New Revision: 522983
URL: https://svnweb.freebsd.org/changeset/ports/522983

Log:
  x11-wm/chamfer: add missing patch comment

Modified:
  head/x11-wm/chamfer/files/patch-src_main.cpp   (contents, props changed)

Modified: head/x11-wm/chamfer/files/patch-src_main.cpp
==============================================================================
--- head/x11-wm/chamfer/files/patch-src_main.cpp	Tue Jan 14 01:00:17 2020	(r522982)
+++ head/x11-wm/chamfer/files/patch-src_main.cpp	Tue Jan 14 01:03:05 2020	(r522983)
@@ -1,3 +1,10 @@
+../src/main.cpp:162:47: error: 'RunCompositor' is an incomplete type
+                Compositor::CompositorInterface *pcompInt = dynamic_cast<Compositor::CompositorInterface *>(pcomp);
+                                                            ^                                               ~~~~~
+../src/main.cpp:109:27: note: forward declaration of 'RunCompositor'
+        void SetCompositor(class RunCompositor *pcomp){
+                                 ^
+
 --- src/main.cpp.orig	2020-01-11 22:22:06 UTC
 +++ src/main.cpp
 @@ -159,7 +159,7 @@ class RunBackend : public Config::BackendConfig{ (publ


More information about the svn-ports-head mailing list