Stefan Lucke schrieb: > On Dienstag 19 September 2006 16:03, Martin Wache wrote: >> Martin Wache schrieb: >>> Hi List, >>> >>> I'm posting a patch for testing which moves the setupStore into shared >>> memory. This enables some more features, like changing brightness, hue >>> and contrast for the ShmClient. >>> This patch is quite intrusive, but most of the changes are trivial >>> because the variable setupStore is now a pointer. If this patch works >>> and is merged into the CVS we can start introducing parameters for the >>> ShmClient. >>> Comments and failure/success reports are welcome! >>> >> And here comes the patch ;-) > > I did not test this, but it seems to be just replacing class access by > struct access. > Yes, this is necessary because I don't think one can put objects into a shared memory block. At least not objects with virtual members.
> Can you keep the pointers to voArgs + aoArgs ? > Sure, we can keep it. But I noticed a bug which could cause segfaults, and since it is not used, I removed it. It is not a big thing, so it can very easy be reintroduced as soon as there are some videoout classes which use the parameters. I would prefer to remove it until it is actually used. Bye, Martin _______________________________________________ Softdevice-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/softdevice-devel
