--- xfce4-notifyd/xfce-notify-window.c.orig 2013-03-17 14:29:37.000000000 +0400 +++ xfce4-notifyd/xfce-notify-window.c 2013-04-21 18:21:28.311924236 +0400 @@ -527,11 +527,7 @@ xfce_notify_window_expose(GtkWidget *wid gdk_cairo_set_source_color(cr, &style->bg[GTK_STATE_NORMAL]); cairo_fill(cr); - if(window->mouse_hover) { - /* but be sure to set the curved path because the code - * below needs it */ - cairo_append_path(cr, bg_path); - } + cairo_append_path(cr, bg_path); } if(window->mouse_hover) {