[Xfce4-commits] [apps/xfdashboard] 01/01: Set also display in X message for fullscreen across all monitors
noreply at xfce.org
noreply at xfce.org
Thu Jun 4 20:29:50 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 778c0a8908d9aa1ca8c10d019c07631843c73acc
Author: Stephan Haller <nomad at froevel.de>
Date: Thu Jun 4 20:29:29 2015 +0200
Set also display in X message for fullscreen across all monitors
---
xfdashboard/window-tracker-window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/xfdashboard/window-tracker-window.c b/xfdashboard/window-tracker-window.c
index d254725..310fee0 100644
--- a/xfdashboard/window-tracker-window.c
+++ b/xfdashboard/window-tracker-window.c
@@ -177,6 +177,7 @@ static void _xfdashboard_window_tracker_window_on_screen_size_changed(Xfdashboar
memset(&xEvent, 0, sizeof(xEvent));
xEvent.type=ClientMessage;
xEvent.xclient.window=wnck_window_get_xid(stageWindow);
+ xEvent.xclient.display=GDK_DISPLAY_XDISPLAY(display);
xEvent.xclient.message_type=atomFullscreenMonitors;
xEvent.xclient.format=32;
xEvent.xclient.data.l[0]=topIndex;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list