Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmsg/files: wmmsg-1.0.1-alt-desktop.patch
Date: Thu, 15 Jan 2009 11:32:34
Message-Id: E1LNQSc-0002fv-NZ@stork.gentoo.org
1 s4t4n 09/01/15 11:32:30
2
3 Added: wmmsg-1.0.1-alt-desktop.patch
4 Log:
5 Revision bump, with patch to fix monitor_desktops feature. Closes bug #253498.
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
7
8 Revision Changes Path
9 1.1 x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch?rev=1.1&content-type=text/plain
13
14 Index: wmmsg-1.0.1-alt-desktop.patch
15 ===================================================================
16 --- wmmsg-1.0.1/src/wmmsg/wmmsg.c.vns 2003-02-04 06:40:12 +0300
17 +++ wmmsg-1.0.1/src/wmmsg/wmmsg.c 2006-03-26 21:42:45 +0400
18 @@ -144,7 +144,7 @@
19 WMMSG_MASK_WIDTH, WMMSG_MASK_HEIGHT);
20 openXwindow (argc, argv, wmmsg_xpm, global_wmmsg_mask_bits,
21 WMMSG_MASK_WIDTH, WMMSG_MASK_HEIGHT);
22 - global_win_workspace = XInternAtom(display, "_WIN_WORKSPACE", 0);
23 + global_win_workspace = XInternAtom(display, "_NET_CURRENT_DESKTOP", 0);
24
25 //add clickable regions
26 for(i = 0; i < MESSAGES_PER_SCREEN; i++)