diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 16:17:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 16:17:29 +0000 |
| commit | 3e90c85df00fd9fc21b8f51a3c5e961ced731fee (patch) | |
| tree | f5c9c17a63dcaca17ab298022ab17f6fb9e7f565 | |
| parent | b5e597f1b3a810610fd63f50c55dc5a8b715744e (diff) | |
oops, i left in the really long animate time heh
| -rw-r--r-- | openbox/frame.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index 3af354c3..a5a07609 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -42,8 +42,7 @@ from the frame. */ #define INNER_EVENTMASK (ButtonPressMask) -//#define FRAME_ANIMATE_ICONIFY_TIME 150000 /* .15 seconds */ -#define FRAME_ANIMATE_ICONIFY_TIME 2000000 +#define FRAME_ANIMATE_ICONIFY_TIME 150000 /* .15 seconds */ #define FRAME_ANIMATE_ICONIFY_STEP_TIME (G_USEC_PER_SEC / 30) /* 30 Hz */ #define FRAME_HANDLE_Y(f) (f->innersize.top + f->client->area.height + \ |
