1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

Remove DEMATERIALIZE_ICON code

This animation is not as cool as the NORMAL_ICON_KABOON, so I don't
think having a choice here is justified. Let's remove this option
(it was not defined in wconfig.h.in by default) and keep using
the nicer NORMAL_ICON_KABOON.
This commit is contained in:
Carlos R. Mafra
2009-10-17 01:56:28 +02:00
parent f9792a042a
commit 4932433b95
3 changed files with 1 additions and 102 deletions

View File

@@ -125,14 +125,7 @@
*/
#undef SHADOW_RESIZEBAR
/*
* Define DEMATERIALIZE_ICON if you want the undocked icon animation
* to be a progressive disaparison animation.
* This will cause all application icons to be created with Save Under
* enable.
*/
#undef DEMATERIALIZE_ICON
#define NORMAL_ICON_KABOOM
/*
* Define ICON_KABOOM_EXTRA if you want extra fancy icon undocking
* explosion animation.
@@ -316,9 +309,6 @@
#define WORKSPACE_NAME_DELAY 400
/* number of steps for icon dematerialization. */
#define DEMATERIALIZE_STEPS 16
/* Delay when cycling colors of selected icons. */
#define COLOR_CYCLE_DELAY 200
@@ -437,10 +427,6 @@
#undef LANGUAGE_SK
#endif
#ifndef DEMATERIALIZE_ICON
#define NORMAL_ICON_KABOOM
#endif
#if defined(HAVE_LIBINTL_H) && defined(I18N)
#include <libintl.h>
#define _(text) gettext(text)