x11-wm/chamfer: add missing patch comment

This commit is contained in:
Jan Beich 2020-01-14 01:03:05 +00:00
parent 8526cbcc4c
commit c6d83e0af5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522983

View File

@ -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