]> Dogcows Code - chaz/openbox/commitdiff
checking the wrong extension! also 2 seconds maybe is better.
authorDana Jansens <danakj@orodu.net>
Tue, 10 Jul 2007 23:10:33 +0000 (23:10 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 10 Jul 2007 23:10:33 +0000 (23:10 +0000)
openbox/moveresize.c

index 29f82cf062f05da19d92e146aaff26420cf61b89..867fef6ac5d038935858bd79df6ded1f9ca3e942 100644 (file)
@@ -195,7 +195,7 @@ void moveresize_start(ObClient *c, gint x, gint y, guint b, guint32 cnr)
     moveresize_in_progress = TRUE;
 
 #ifdef SYNC
-    if (config_resize_redraw && !moving && extensions_shape &&
+    if (config_resize_redraw && !moving && extensions_sync &&
         moveresize_client->sync_request && moveresize_client->sync_counter)
     {
         /* Initialize values for the resize syncing, and create an alarm for
@@ -341,7 +341,7 @@ static void do_resize()
         waiting_for_sync = TRUE;
 
         ob_main_loop_timeout_remove(ob_main_loop, sync_timeout_func);
-        ob_main_loop_timeout_add(ob_main_loop, G_USEC_PER_SEC,
+        ob_main_loop_timeout_add(ob_main_loop, G_USEC_PER_SEC * 2,
                                  sync_timeout_func,
                                  NULL, NULL, NULL);
     }
This page took 0.024438 seconds and 4 git commands to generate.