You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch

12 lines
528 B

--- 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++)