]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
oops hehe. a render call in the loop for debugging was what made it slow. anyhow...
[chaz/openbox] / openbox / frame.c
index 0ea6e75a7a60657b5486d449c80ca36e81771b47..be4e688dff71c89ae6e7ec79f09467292ee3e73d 100644 (file)
@@ -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)
This page took 0.021255 seconds and 4 git commands to generate.