http://bugs.freedesktop.org/show_bug.cgi?id=10569





------- Comment #3 from [EMAIL PROTECTED]  2007-04-09 08:17 PST -------
Thanks, but does this mean that:

     if (getenv("LIBGL_ALWAYS_INDIRECT")) {
         /* Assinging zero here assures we'll never go direct */
         dpyPriv->driDisplay.private = 0;
         dpyPriv->driDisplay.destroyDisplay = 0;
     }
     else {

could now become:

     if (getenv("LIBGL_ALWAYS_INDIRECT") == NULL) {

?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to