]> git.pld-linux.org Git - packages/awesome.git/blame - awesome-xcb.patch
- up to 3.3.1
[packages/awesome.git] / awesome-xcb.patch
CommitLineData
08d57a0e 1--- awesome-3.1.2/client.c~ 2009-02-05 15:39:52.000000000 +0100
2+++ awesome-3.1.2/client.c 2009-02-24 19:02:04.000000000 +0100
3@@ -1455,7 +1455,7 @@
4 xcb_get_wm_class_unchecked(globalconf.connection, (*c)->win),
5 &hint, NULL))
6 return 0;
7- lua_pushstring(L, hint.class);
8+ lua_pushstring(L, hint.class_name);
9 xcb_get_wm_class_reply_wipe(&hint);
10 break;
11 case A_TK_INSTANCE:
12@@ -1463,7 +1463,7 @@
13 xcb_get_wm_class_unchecked(globalconf.connection, (*c)->win),
14 &hint, NULL))
15 return 0;
16- lua_pushstring(L, hint.name);
17+ lua_pushstring(L, hint.instance_name);
18 xcb_get_wm_class_reply_wipe(&hint);
19 break;
20 case A_TK_ROLE:
This page took 0.023158 seconds and 4 git commands to generate.