[Xfce4-commits] <xfce4-notifyd:master> Fix border drawing when compositing is disabled (bug #10021).
Jérôme Guelfucci
noreply at xfce.org
Sun Apr 21 16:44:01 CEST 2013
Updating branch refs/heads/master
to 8a38a78b8335f894d0f399d379acc6b17b5a65d3 (commit)
from f5c0ea6c9799b41a011a483025d813c524fbdb76 (commit)
commit 8a38a78b8335f894d0f399d379acc6b17b5a65d3
Author: Coacher <itumaykin at gmail.com>
Date: Sun Apr 21 16:43:04 2013 +0200
Fix border drawing when compositing is disabled (bug #10021).
xfce4-notifyd/xfce-notify-window.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/xfce4-notifyd/xfce-notify-window.c b/xfce4-notifyd/xfce-notify-window.c
index 4a79d2d..285a70e 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -527,11 +527,7 @@ xfce_notify_window_expose(GtkWidget *widget,
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) {
More information about the Xfce4-commits
mailing list