Revision: 50352
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50352&view=rev
Author:   bob1961
Date:     2012-04-27 22:41:21 +0000 (Fri, 27 Apr 2012)
Log Message:
-----------
Rtwizard should be using /dev/ogl instead of /dev/X. This mod and the previous 
fix in libfb/if_ogl.c and libfb/if_wgl.c fixes the issue with rtedge overlays 
failing to show up in the framebuffer.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/rtwizard/lib/FbPage.itk

Modified: brlcad/trunk/src/tclscripts/rtwizard/lib/FbPage.itk
===================================================================
--- brlcad/trunk/src/tclscripts/rtwizard/lib/FbPage.itk 2012-04-27 22:39:30 UTC 
(rev 50351)
+++ brlcad/trunk/src/tclscripts/rtwizard/lib/FbPage.itk 2012-04-27 22:41:21 UTC 
(rev 50352)
@@ -450,7 +450,7 @@
        if {$tcl_platform(platform) == "windows"} {
            set fbType "/dev/wgl"
        } else {
-           set fbType "/dev/X"
+           set fbType "/dev/ogl"
        }
        #
        #

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to