1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 21:04:18 +01:00

Delete WINDOW_BIRTH_ZOOM and default to WINDOW_BIRTH_ZOOM2

WINDOW_BIRTH_ZOOM was a bit lame and it makes sense to not have
it at all. So remove the trailing "2" of WINDOW_BIRTH_ZOOM2 and
make it the only choice (you can #define it in src/wconfig.h.in).

Note that it uses the same algorithm as the animation to resize,
ie zoom, twist or flip. You can choose them in WPrefs.
This commit is contained in:
Carlos R. Mafra
2009-10-10 18:27:52 +02:00
parent 06d3360224
commit e9309e1e39
2 changed files with 6 additions and 52 deletions

View File

@@ -145,10 +145,9 @@
/*
* #define if you want the window creation animation when superfluous
* is enabled. Only enable one of them.
* is enabled.
*/
#undef WINDOW_BIRTH_ZOOM
#undef WINDOW_BIRTH_ZOOM2
#define WINDOW_BIRTH_ZOOM
/* whether arrow drawing in clip buttons should be gradiented */
#undef GRADIENT_CLIP_ARROWS
@@ -323,9 +322,6 @@
#define WORKSPACE_NAME_DELAY 400
/* window birth animation steps (DO NOT MAKE IT RUN-TIME) */
#define WINDOW_BIRTH_STEPS 20
/* number of steps for icon dematerialization. */
#define DEMATERIALIZE_STEPS 16
@@ -336,8 +332,8 @@
#define ICON_KABOOM_PIECE_SIZE 4
/*
* Position increment for smart placement: >= 1
* Raise these values if it's too slow for you
* Position increment for smart placement: >= 1
* Raise these values if it's too slow for you
*/
#define PLACETEST_HSTEP 8
#define PLACETEST_VSTEP 8