diff options
Diffstat (limited to 'x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch')
-rw-r--r-- | x11-plugins/wmmsg/files/wmmsg-1.0.1-alt-desktop.patch | 11 |
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++) |