[Xfce4-commits] <xfce4-notifyd:master> Set notifications as override redirect windows (bug #10686).
Jérôme Guelfucci
noreply at xfce.org
Sun Feb 16 14:06:01 CET 2014
Updating branch refs/heads/master
to 24d77f5b06c704506b4ae9d2eabdb96e56e12dae (commit)
from b9959b2b2264d81e9bbcb2b3fc495e4d30b63061 (commit)
commit 24d77f5b06c704506b4ae9d2eabdb96e56e12dae
Author: Liquider <liquiderz at gmail.com>
Date: Sun Feb 16 14:04:20 2014 +0100
Set notifications as override redirect windows (bug #10686).
xfce4-notifyd/xfce-notify-window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/xfce4-notifyd/xfce-notify-window.c b/xfce4-notifyd/xfce-notify-window.c
index f8ffdf6..29287fa 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -318,6 +318,7 @@ xfce_notify_window_realize(GtkWidget *widget)
gdk_window_set_type_hint(widget->window,
GDK_WINDOW_TYPE_HINT_NOTIFICATION);
+ gdk_window_set_override_redirect(gtk_widget_get_window(widget), TRUE);
xfce_notify_window_start_expiration(window);
}
More information about the Xfce4-commits
mailing list