From: Dennis S. <sy...@yo...> - 2004-09-27 20:23:01
|
On Mon, 2004-09-27 at 23:06 +0300, Vitaly V. Bursov wrote: > Dennis, I have one question regarding resize event... > One of arguments passed to visual_event_queue_add_resize() is called > "video". I am not sure if I can pass a correct value here from > driver backend... Is it OK to pass NULL? I guess not. > > Do you think I shoul bind VisVideo object to every BE+FE pair or > something? Does it make sense? It's mandatory at the moment, but I think it's technically possible to do without a VisVideo, however it needs some changes in both the core AND >EVERY< plugin. If I've got the time, I'll investigate this tomorrow. However, I think it makes sense that every BE+FE pair needs a VisVideo. VisVideo contains the dimension/pitch/bpp and screenbuffer stuff, which is needed to draw a frame. Ofcourse I'm totally open for suggestions / comments. If you know a reason why not every BE+FE pair needs a VisVideo please go ahead :) Cheers, Dennis |