svn commit: r528914 - head/x11/wf-shell/files

Jan Beich jbeich at FreeBSD.org
Sun Mar 22 10:55:47 UTC 2020


Author: jbeich
Date: Sun Mar 22 10:55:46 2020
New Revision: 528914
URL: https://svnweb.freebsd.org/changeset/ports/528914

Log:
  x11/wf-shell: document actual error with gtkmm-3.22

Modified:
  head/x11/wf-shell/files/patch-gtkmm-3.22   (contents, props changed)

Modified: head/x11/wf-shell/files/patch-gtkmm-3.22
==============================================================================
--- head/x11/wf-shell/files/patch-gtkmm-3.22	Sun Mar 22 10:48:32 2020	(r528913)
+++ head/x11/wf-shell/files/patch-gtkmm-3.22	Sun Mar 22 10:55:46 2020	(r528914)
@@ -1,6 +1,10 @@
 Revert https://github.com/WayfireWM/wf-shell/commit/6e3ac5da8d24
 until x11-toolkits/gtkmm30 is updated to 3.24 or later.
 
+../src/background/background.cpp:33:35: error: no member named 'create_surface_from_pixbuf' in namespace 'Gdk::Cairo'
+    to_image.source = Gdk::Cairo::create_surface_from_pixbuf(image,
+                      ~~~~~~~~~~~~^
+
 --- src/background/background.cpp.orig	2020-03-21 19:18:51 UTC
 +++ src/background/background.cpp
 @@ -21,19 +21,17 @@ void BackgroundDrawingArea::show_image(Glib::RefPtr<Gd


More information about the svn-ports-all mailing list