From 8d4819c7eadd3208eddd66e831a716ee80896291 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Sat, 11 Sep 2010 17:26:22 +0200 Subject: [PATCH] wconfig: Define BOUNCE_APP and NEWAPPICON --- src/wconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/wconfig.h.in b/src/wconfig.h.in index 577311c0..6045cb72 100644 --- a/src/wconfig.h.in +++ b/src/wconfig.h.in @@ -35,6 +35,12 @@ /* 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 + +/* If you want the application icon to bounce when opening a dialog etc */ +#define BOUNCE_APP + /* undefine it if you don't want your config files to be preprocessed by cpp */ #define USECPP