On Tue, Sep 30, 2008 at 1:07 PM, Joe Groff <[EMAIL PROTECTED]> wrote: > Doug, I tried running the demo under Windows XP (x86) on a Geforce > 8400GS and I found similar weird problems. Without digging too deeply > it smells like the wrong OpenGL context is active during graft* and > ungraft*. I noticed a bunch of work on the UI vocabs in gitweb > recently; would a recent change have made it so the GL context doesn't > get switched when setting up or tearing down the gadget?
The GL context was never set for graft* and ungraft*. If you need to do GL operations from those methods, call find-gl-context first. Slava ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
