Skip to content
Commit 436d3ff8 authored by Adel Gadllah's avatar Adel Gadllah
Browse files

compositor: Make sure we always call the post_paint handlers

Commit 4f2bb583 started to use a clutter_threads_add_repaint_func_full
callback instead of connecting to the stage's paint signal.

The callback has to return TRUE if it wants to be called again, so fix that
as we want to call it for every frame (otherwise apps supporting the WM SYNC
protocol will stop drawing).

https://bugzilla.gnome.org/show_bug.cgi?id=695006
parent e4269002
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment