[Commits] [SCM] claws branch, master, updated. 3.18.0-349-gef36c0aac

paul at claws-mail.org paul at claws-mail.org
Thu Mar 24 11:36:18 UTC 2022


The branch, master has been updated
       via  ef36c0aacea85574e09e44694ea30e06427708c2 (commit)
      from  59cc913fa7c8ba77b3fec9f2c0ffdca324702c3d (commit)

Summary of changes:
 src/plugins/notification/notification_pixbuf.c | 2 +-
 src/stock_pixmap.c                             | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit ef36c0aacea85574e09e44694ea30e06427708c2
Author: Paul <paul at claws-mail.org>
Date:   Thu Mar 24 11:36:12 2022 +0000

    fix last commit

diff --git a/src/plugins/notification/notification_pixbuf.c b/src/plugins/notification/notification_pixbuf.c
index 153404817..228389e3e 100644
--- a/src/plugins/notification/notification_pixbuf.c
+++ b/src/plugins/notification/notification_pixbuf.c
@@ -28,7 +28,7 @@ GdkPixbuf* notification_pixbuf_get(NotificationPixbuf wanted)
   if(!notification_pixbuf[wanted]) {
     switch(wanted) {
     case NOTIFICATION_CM_LOGO_64x64:
-			stock_pixbuf_gdk(STOCK_PIXMAP_CLAWS_MAIL_ICON_64, &(notification_pixbuf[wanted]));
+			priv_pixbuf_gdk(PRIV_PIXMAP_CLAWS_MAIL_ICON_64, &(notification_pixbuf[wanted]));
       g_object_ref(notification_pixbuf[wanted]);
       break;
     case NOTIFICATION_TRAYICON_NEWMAIL:
diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c
index 1cfce521b..5a6fc30bd 100644
--- a/src/stock_pixmap.c
+++ b/src/stock_pixmap.c
@@ -264,6 +264,10 @@ typedef struct _OverlayData OverlayData;
 
 struct _OverlayData
 {
+	gboolean is_pixmap;
+	cairo_surface_t *base_pixmap;
+	cairo_surface_t *overlay_pixmap;
+
 	GdkPixbuf *base_pixbuf;
 	GdkPixbuf *overlay_pixbuf;
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list