mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-13 00:30:29 +01:00
bigger window
This commit is contained in:
parent
7568561fa7
commit
b464dee72b
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ int main( int argc, char *argv[] )
|
|||
{
|
||||
glutInit( &argc, argv );
|
||||
glutInitWindowPosition( 0, 0 );
|
||||
glutInitWindowSize( 40, 40 );
|
||||
glutInitWindowSize( 400, 400 );
|
||||
glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH );
|
||||
glutCreateWindow(argv[0]);
|
||||
glutReshapeFunc( Reshape );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue