On Aug 6, 2010, at 7:40 PM, Alex Harrington wrote: >> To make this configurable, you just need to tunnel a parameter from python >> to the SDL_SetVideoMode call: > > http://paste.ubuntu.com/474154/ > > That's as far as I've got. It compiles OK and the test attempts to run but > fails with "AttributeError: 'Player' object has no attribute > 'setWindowFrame'". > > It seems like I'm missing something to make the new method available to > Python?
Oops, sorry. Search for setResolution in src/wrapper/avg_wrap.cpp to see what's missing. Cheers, Uli -- Any technology distinguishable from magic is insufficiently advanced. Ulrich von Zadow | +49-172-7872715 Jabber: [email protected] Skype: uzadow _______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
