projects
/
dana
/
xcompmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c293c
)
Reduce scheduling latency to 10ms
author
Keith Packard
<keithp@keithp.com>
Thu, 13 Nov 2003 09:18:07 +0000
(09:18 +0000)
committer
Keith Packard
<keithp@keithp.com>
Thu, 13 Nov 2003 09:18:07 +0000
(09:18 +0000)
ChangeLog
patch
|
blob
|
history
xcompmgr.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 3b2f8ef023f95d09b3ef48dd7d7cef80d691bd6b..dc254bc6d031782f1b31fc01e5fa1bedaf03e207 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2003-11-13 Keith Packard <keithp@keithp.com>
+
+ * xcompmgr.c:
+ Reduce scheduling latency to 10ms
+
2003-11-13 Keith Packard <keithp@keithp.com>
* xcompmgr.c: (make_gaussian_map), (sum_gaussian), (make_shadow),
diff --git
a/xcompmgr.c
b/xcompmgr.c
index 20b4466d61f96695ba878d267b4d4ef71e3a5a8e..20cc53403ba01bf48d11d9913fb4b31bd3291a31 100644
(file)
--- a/
xcompmgr.c
+++ b/
xcompmgr.c
@@
-768,7
+768,7
@@
time_in_millis ()
return(tp.tv_sec * 1000) + (tp.tv_usec / 1000);
}
-#define INTERVAL
3
0
+#define INTERVAL
1
0
main ()
{