mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
glutInitWindowPosition
This commit is contained in:
parent
45f4c5ec3b
commit
7b5199e8a4
1 changed files with 2 additions and 0 deletions
|
|
@ -423,6 +423,8 @@ main(int argc, char **argv)
|
|||
int i;
|
||||
glutInit(&argc, argv);
|
||||
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH | GLUT_MULTISAMPLE);
|
||||
glutInitWindowPosition(0, 0);
|
||||
glutInitWindowSize(300, 300);
|
||||
|
||||
for (i=1; i<argc; i++) {
|
||||
if(!strcmp("-noms", argv[i])) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue