On Fri, 10 Sep 2010 at 20:51:07 +0400, Alexey I. Froloff wrote: > This patch highlites appicon of a currently focused window.
No, it does not :-) You need the patch below to see the highlighting --- which is cool and now it will be the default in wmaker-crm. >From 75cbb8e0ff2db1dcd92401e96c89e11661da6046 Mon Sep 17 00:00:00 2001 From: Carlos R. Mafra <[email protected]> Date: Sat, 11 Sep 2010 17:13:05 +0200 Subject: [PATCH 1/2] wconfig: Define NEWAPPICON Despite the misleading name, defining this makes the application icon be highlighted when it has the focus. It's a nice thing which can be useful in some situations, so let's define it. --- src/wconfig.h.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/wconfig.h.in b/src/wconfig.h.in index 577311c..5008ac6 100644 --- a/src/wconfig.h.in +++ b/src/wconfig.h.in @@ -35,6 +35,9 @@ /* If you want animations for iconification, shading, icon arrangement etc. */ #define ANIMATIONS +/* If you want the application icon to be highlighted when it has the focus */ +#define NEWAPPICON + /* undefine it if you don't want your config files to be preprocessed by cpp */ #define USECPP -- 1.7.2.2.119.gf9c33 -- To unsubscribe, send mail to [email protected].
