more animation frames for iconifying, if your computer can do it
This commit is contained in:
parent
eac3a64917
commit
affc84cc96
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
#define INNER_EVENTMASK (ButtonPressMask)
|
||||
|
||||
#define FRAME_ANIMATE_ICONIFY_TIME 150000 /* .15 seconds */
|
||||
#define FRAME_ANIMATE_ICONIFY_STEP_TIME (G_USEC_PER_SEC / 30) /* 30 Hz */
|
||||
#define FRAME_ANIMATE_ICONIFY_STEP_TIME (G_USEC_PER_SEC / 60) /* 60 Hz */
|
||||
|
||||
#define FRAME_HANDLE_Y(f) (f->innersize.top + f->client->area.height + \
|
||||
f->cbwidth_y)
|
||||
|
|
Loading…
Reference in a new issue