mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Drop BOUNCE_APP #ifdef's
Since bouncing respects DisableAnimations option, there's no need in #ifdef's. Acked-by: Carlos R. Mafra <crmafra@gmail.com> Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
This commit is contained in:
committed by
Carlos R. Mafra
parent
1194889c95
commit
8e0ef4766d
@@ -46,9 +46,7 @@ typedef struct WApplication {
|
||||
unsigned int skip_next_animation:1;
|
||||
unsigned int hidden:1;
|
||||
unsigned int emulated:1;
|
||||
#ifdef BOUNCE_APP
|
||||
unsigned int bouncing:1;
|
||||
#endif
|
||||
} flags;
|
||||
} WApplication;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user