Skip to content
Snippets Groups Projects
Commit 2fa246ca authored by bob5972's avatar bob5972 Committed by bob5972
Browse files

compositor: Add define for compositor_timeout_cb interval


The call to g_timeout_add in add_repair seems to be mixing up priority
and callback interval.  Instead, let's call g_timeout_add_full to make
it clear there are two separate fields, and add an appropriate define
for the callback interval, setting it to the same 1ms value it was
currently using.

Signed-off-by: default avatarMichael Banack <bob5972@banack.net>
parent f3044624
No related branches found
No related tags found
Loading
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