Simultaneous Access To Framebuffer


rodolforg

Member
Joined
Apr 9, 2008
Messages
72
Age
41
Location
Brazil
Hi.

Is there a way to let 2 programs write on frame buffer with at least one of them not knowing about this concurrence?
I would like to do an... image overlay (I think that's the word).

Regards.
 
Simultaneous direct access probably won't work because it will likely result in flickering. You're probably going to have to hook whatever graphics routines the app is using in order to inject your overlay graphics at the right time.

Most Wiz software is open-source, so hacking your additions into the actual code is the best option if you can do that.
 
I need this feature too. I want to do an irc client that can run in the background and make a small notification when someone writes
 
Back
Top