summaryrefslogtreecommitdiff
path: root/progs/demos/paltex.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/paltex.c')
-rw-r--r--progs/demos/paltex.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c
index d0cbcfb5e9..5d4b8662b5 100644
--- a/progs/demos/paltex.c
+++ b/progs/demos/paltex.c
@@ -248,12 +248,9 @@ static void Init2( void )
int main( int argc, char *argv[] )
{
- glutInit( &argc, argv );
- glutInitWindowPosition( 0, 0 );
glutInitWindowSize( 400, 300 );
-
+ glutInit( &argc, argv );
glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE );
-
glutCreateWindow(argv[0]);
glewInit();