[Xfce4-commits] [xfce/xfwm4] 01/01: compositor: reduce timeout to 1ms
noreply at xfce.org
noreply at xfce.org
Sat May 4 09:59:14 CEST 2019
This is an automated email from the git hooks/post-receive script.
o l i v i e r p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfwm4.
commit 63af4ab64650aba9434684e7c9d554025a92b7c1
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Sat May 4 09:57:25 2019 +0200
compositor: reduce timeout to 1ms
Small tweak, keep timeout active but to its minimum.
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/compositor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compositor.c b/src/compositor.c
index 806291b..7e07643 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 2 /* msec */
+#define TIMEOUT_REPAINT 1 /* 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.
More information about the Xfce4-commits
mailing list