From d5300ade9383c6e831b8dec40f9d68827578efbf Mon Sep 17 00:00:00 2001 From: Soeren Sandmann Date: Fri, 28 Mar 2003 14:39:18 +0000 Subject: Don't cap refresh rate. Fixes problem with my last commit, where the Fri Mar 28 15:39:35 2003 Soeren Sandmann * src/window.c (update_resize): Don't cap refresh rate. Fixes problem with my last commit, where the window could get stuck with a wrong size until you released the button. --- ChangeLog | 6 ++++++ src/window.c | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d9ab6c1b..88870dc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 28 15:39:35 2003 Soeren Sandmann + + * src/window.c (update_resize): Don't cap refresh rate. Fixes + problem with my last commit, where the window could get stuck with + a wrong size until you released the button. + Fri Mar 28 14:13:37 2003 Soeren Sandmann * src/window.c (update_resize): Only cap refresh rate when not diff --git a/src/window.c b/src/window.c index 0dffd64f..d3cf7865 100644 --- a/src/window.c +++ b/src/window.c @@ -6304,8 +6304,7 @@ update_resize (MetaWindow *window, break; } - if (!check_moveresize_frequency (window)) - return; + check_moveresize_frequency (window); old = window->rect; -- cgit v1.2.1