Skip to content
Snippets Groups Projects
Commit ec7b93a6 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Increase render threshold to 0.025 instead of 0.01 sec.

(Old svn revision: 21126)
parent 6fd2cbf5
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ get_default_compositor (DisplayInfo *display_info)
Test if the XRender implementation is fast enough for the
compositor.
*/
if (!myDisplayTestXrender (display_info, 0.01))
if (!myDisplayTestXrender (display_info, 0.025))
{
g_warning ("The XRender implementation currently in use on this system is too slow for the compositor");
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment