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

Remove 'hiding' parameter from animateResize()

It was a bit pointless.
This commit is contained in:
Carlos R. Mafra
2009-10-10 18:47:32 +02:00
parent e9309e1e39
commit b014ef2770
3 changed files with 10 additions and 14 deletions

View File

@@ -251,8 +251,6 @@
#define MINIATURIZE_ANIMATION_DELAY_F 20000
#define MINIATURIZE_ANIMATION_TWIST_F 0.5
#define HIDE_ANIMATION_STEPS (MINIATURIZE_ANIMATION_STEPS*2/3)
/* delays in ms...*/
#define BALLOON_DELAY 1000 /* ...before balloon is shown */
#define MENU_SELECT_DELAY 200 /* ...for menu item selection hysteresis */