This is an automated email from the git hooks/post-receive script.

olivier pushed a 
commit to branch 
master
in repository xfce/xfwm4.

commit 10b15b1ad69239303944a86f91e5722066506414
Author: Olivier Fourdan <four...@xfce.org>
Date:   Sun Apr 28 15:24:26 2019 +0200

    compositor: Reduce repaint timeout to 2ms
    
    Bug 14335
    
    Using 10ms means we would miss every vblank on a 144Hz monitor.
    
    Signed-off-by: Olivier Fourdan <four...@xfce.org>
---
 src/compositor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compositor.c b/src/compositor.c
index b86e9da..806291b 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -96,7 +96,7 @@
 #define WIN_IS_REDIRECTED(cw)           (cw->redirected)
 
 /* Set TIMEOUT_REPAINT to 0 to disable timeout repaint */
-#define TIMEOUT_REPAINT       10 /* msec */
+#define TIMEOUT_REPAINT       2 /* msec */
 
 #ifndef MONITOR_ROOT_PIXMAP
 #define MONITOR_ROOT_PIXMAP   1

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to