[Sumover-dev] [svn commit] r4023 - vic/branches/mpeg4/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu May 10 11:46:24 BST 2007


Author: piers
Date: Thu May 10 11:47:27 2007
New Revision: 4023

Modified:
   vic/branches/mpeg4/tcl/ui-windows.tcl

Log:
Fix for full screen mode on AquaTCL (doesn't like colormap configuration option)


Modified: vic/branches/mpeg4/tcl/ui-windows.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-windows.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-windows.tcl	Thu May 10 11:47:27 2007
@@ -500,8 +500,7 @@
 	}
 	set w .vw$uid
 	toplevel $w -class Vic \
-		-visual "[winfo visual .top] [winfo depth .top]" \
-		-colormap .top
+		-visual "[winfo visual .top] [winfo depth .top]" 
 	catch "wm resizable $w false false"
 
 	# for bordless window	



More information about the Sumover-dev mailing list