diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-10 23:10:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-10 23:10:33 +0000 |
| commit | 5dba9562258c6bc40ced0eb7c7ae32e8cad6905c (patch) | |
| tree | a7d914c156aa3202a3a608aaf44fb34287d3db21 /openbox | |
| parent | 9eed441c42d21049cc0621ec1fd920423875ff44 (diff) | |
checking the wrong extension! also 2 seconds maybe is better.
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/moveresize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 29f82cf0..867fef6a 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -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); } |
