Skip to content
Snippets Groups Projects
Commit 88c735c9 authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

compositor: Fix repaint timeout


Commit 2fa246ca ("Add define for compositor_timeout_cb interval")
replaced g_timeout_add() with g_timeout_add_full() to separate the
timeout and priority.

Unfortunately, in doing so, it confused the timeout and priority and
decreased the priority slightly, causing the repaint timeout to occur
less often, causing delays in repaint.

Fix the priority and timeout as intended.

Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
Fixes: 2fa246ca - Add define for compositor_timeout_cb interval
Closes: #503
parent 6ac33659
No related branches found
No related tags found
No related merge requests found
Loading
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