From 8bf6ea903be4c052c747e3e81fc977155072299d Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Tue, 7 Sep 2004 12:44:19 +0000 Subject: [PATCH] fixes to Xephyr debug mode --- hw/kdrive/ephyr/hostx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/ephyr/hostx.c b/hw/kdrive/ephyr/hostx.c index 87c68112d..af8b10b97 100644 --- a/hw/kdrive/ephyr/hostx.c +++ b/hw/kdrive/ephyr/hostx.c @@ -460,7 +460,7 @@ hostx_paint_debug_rect(int x, int y, { struct timespec tspec; - tspec.tv_sec = HostX.damage_debug_msec / (10e6); + tspec.tv_sec = HostX.damage_debug_msec / (1000000); tspec.tv_nsec = (HostX.damage_debug_msec % 1000000) * 1000; EPHYR_DBG("msec: %li tv_sec %li, tv_msec %li",