summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2009-01-15 11:32:30 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2009-01-15 11:32:30 +0000
commitaa0971dd4e084096b45cef7d28423df04df49701 (patch)
tree39e5a4e328b0d9bc17ecc77539fb8f9ef99304b4 /x11-plugins/wmmsg/files
parentFixed description (diff)
downloadhistorical-aa0971dd4e084096b45cef7d28423df04df49701.tar.gz
historical-aa0971dd4e084096b45cef7d28423df04df49701.tar.bz2
historical-aa0971dd4e084096b45cef7d28423df04df49701.zip
Revision bump, with patch to fix monitor_desktops feature. Closes bug #253498.
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'x11-plugins/wmmsg/files')
-rw-r--r--x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch b/x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch
new file mode 100644
index 000000000000..5a7135d7cc30
--- /dev/null
+++ b/x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch
@@ -0,0 +1,11 @@
+--- wmmsg-1.0.1/src/wmmsg/wmmsg.c.vns 2003-02-04 06:40:12 +0300
++++ wmmsg-1.0.1/src/wmmsg/wmmsg.c 2006-03-26 21:42:45 +0400
+@@ -144,7 +144,7 @@
+ WMMSG_MASK_WIDTH, WMMSG_MASK_HEIGHT);
+ openXwindow (argc, argv, wmmsg_xpm, global_wmmsg_mask_bits,
+ WMMSG_MASK_WIDTH, WMMSG_MASK_HEIGHT);
+- global_win_workspace = XInternAtom(display, "_WIN_WORKSPACE", 0);
++ global_win_workspace = XInternAtom(display, "_NET_CURRENT_DESKTOP", 0);
+
+ //add clickable regions
+ for(i = 0; i < MESSAGES_PER_SCREEN; i++)