]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
make animation default on again. :/
[chaz/openbox] / openbox / frame.c
index 3af354c3fb9bf5774e8fb8572c0a3072265c0028..a5a07609c0ad85013baedb76f9f406c1da772a19 100644 (file)
@@ -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 + \
This page took 0.019928 seconds and 4 git commands to generate.