Ezequiel Garcia
2012-05-28 18:20:11 UTC
Hi,
As part of my paid job as a software butcher I have to patch
gdk-directfb backend
to add an ipc semaphore to signal another process when the screen has been
updated. The other process is in charge of clone the screen from
hdmi/ypbpr output
to composite ouput using low level fb ioctls.
So, I grepped trough the code for Flip and Lock/Unlock and add my ipc there.
Just to make sure: Is there another function apart from Flip and Lock/Unlock
that can actually change a surface (or a window's surface)?
Cleaning my hands from gdk guts,
Ezequiel.
As part of my paid job as a software butcher I have to patch
gdk-directfb backend
to add an ipc semaphore to signal another process when the screen has been
updated. The other process is in charge of clone the screen from
hdmi/ypbpr output
to composite ouput using low level fb ioctls.
So, I grepped trough the code for Flip and Lock/Unlock and add my ipc there.
Just to make sure: Is there another function apart from Flip and Lock/Unlock
that can actually change a surface (or a window's surface)?
Cleaning my hands from gdk guts,
Ezequiel.