Adel Gadllah 070cd27786 wayland: Only call frame callbacks when a surface gets drawn on screen
The spec says:
"A server should avoid signalling the frame callbacks if the surface is not
visible in any way, e.g. the surface is off-screen, or completely obscured
by other opaque surfaces."

We actually do have the information to do that but we are always calling
the frame callbacks in after_stage_paint. So fix that to only call when
when the surface gets drawn on screen.

https://bugzilla.gnome.org/show_bug.cgi?id=739163
2015-08-09 10:40:40 +02:00
2015-07-06 00:52:18 -07:00
2015-08-01 17:31:12 +07:00
2014-03-18 20:37:35 -04:00
2015-07-05 22:01:59 -07:00
2015-07-06 00:52:18 -07:00
2014-07-31 17:50:28 +02:00
2015-07-23 12:41:03 +02:00
Description
94 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%