Update of /cvsroot/csdopenglnet/csdOpenGL/samples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14527/samples
Modified Files:
gtkGears.cs
Log Message:
no idea
Index: gtkGears.cs
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/samples/gtkGears.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gtkGears.cs 18 Jul 2004 20:41:53 -0000 1.1
--- gtkGears.cs 27 Jul 2004 12:21:52 -0000 1.2
***************
*** 4,7 ****
--- 4,8 ----
using GtkSharp;
using System;
+ using System.Diagnostics;
public class GtkGears : csdGL {
***************
*** 265,269 ****
public static void Main( string[] args) {
! GtkGears gl = new GtkGears();
}
--- 266,272 ----
public static void Main( string[] args) {
! Debug.Listeners.Add( new TextWriterTraceListener( Console.Out ) );
! Debug.AutoFlush = true;
! GtkGears gl = new GtkGears();
}
|