aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-14 01:03:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-14 01:03:05 +0000
commitc6d83e0af5a26f17423c539024a8ca936afff195 (patch)
tree2bd80988c8b4dd709786fe44ae4c45d7b41a45a8 /x11-wm
parent8526cbcc4c1cbddcdcb2f414990ab683fa25ffd4 (diff)
downloadports-c6d83e0af5a26f17423c539024a8ca936afff195.tar.gz
ports-c6d83e0af5a26f17423c539024a8ca936afff195.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/chamfer/files/patch-src_main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-wm/chamfer/files/patch-src_main.cpp b/x11-wm/chamfer/files/patch-src_main.cpp
index 1fc7cce13ba1..4bc3e421bd29 100644
--- a/x11-wm/chamfer/files/patch-src_main.cpp
+++ b/x11-wm/chamfer/files/patch-src_main.cpp
@@ -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