1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 21:38:00 +01:00

wconfig: Define BOUNCE_APP and NEWAPPICON

This commit is contained in:
Carlos R. Mafra
2010-09-11 17:26:22 +02:00
parent 392ab2607d
commit 8d4819c7ea

View File

@@ -35,6 +35,12 @@
/* If you want animations for iconification, shading, icon arrangement etc. */ /* If you want animations for iconification, shading, icon arrangement etc. */
#define ANIMATIONS #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 */ /* undefine it if you don't want your config files to be preprocessed by cpp */
#define USECPP #define USECPP