blob: 5a7135d7cc303ce84296f444b6008b40544bd1f7 (
plain)
1
2
3
4
5
6
7
8
9
10
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++)
|