Author: pawelz Date: Tue Feb 24 18:13:49 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - allows to compile awesome with xcb-util >= 0.3.3
---- Files affected: SOURCES: awesome-xcb.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/awesome-xcb.patch diff -u /dev/null SOURCES/awesome-xcb.patch:1.1 --- /dev/null Tue Feb 24 19:13:50 2009 +++ SOURCES/awesome-xcb.patch Tue Feb 24 19:13:44 2009 @@ -0,0 +1,20 @@ +--- awesome-3.1.2/client.c~ 2009-02-05 15:39:52.000000000 +0100 ++++ awesome-3.1.2/client.c 2009-02-24 19:02:04.000000000 +0100 +@@ -1455,7 +1455,7 @@ + xcb_get_wm_class_unchecked(globalconf.connection, (*c)->win), + &hint, NULL)) + return 0; +- lua_pushstring(L, hint.class); ++ lua_pushstring(L, hint.class_name); + xcb_get_wm_class_reply_wipe(&hint); + break; + case A_TK_INSTANCE: +@@ -1463,7 +1463,7 @@ + xcb_get_wm_class_unchecked(globalconf.connection, (*c)->win), + &hint, NULL)) + return 0; +- lua_pushstring(L, hint.name); ++ lua_pushstring(L, hint.instance_name); + xcb_get_wm_class_reply_wipe(&hint); + break; + case A_TK_ROLE: ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
