all repos — openbox @ affc84cc96e9e3eebfea66fd6a987e6ef4217dc1

openbox fork - make it a bit more like ryudo

more animation frames for iconifying, if your computer can do it
Dana Jansens danakj@orodu.net
commit

affc84cc96e9e3eebfea66fd6a987e6ef4217dc1

parent

eac3a64917cc769e152f16a65a83e1b7d55629cb

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/frame.copenbox/frame.c

@@ -43,7 +43,7 @@ from the frame. */

#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)