resolution

Started by
1 comment, last by hello_there 22 years, 5 months ago
how do you change the resolution of the open gl window because the window isn''t one the screen properly. I hope that make sence? also when i quit my programme half of the icons on the desktop disapear anyone know how to fix both my problems? hmmm interesting
____________________________________________________________How could hell be worse?
Advertisement
If you''re using GLUT & the game mode, you can select the resolution in glutGameModeString(); If you''re not using it, err.. well... you can always look up in the GLUT source code how that function is implemented.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Check out the first tutorial of NeHe's tutorials.

EDIT: Well, I mean lesson 1

Edited by - nickm on November 22, 2001 1:31:35 PM

This topic is closed to new replies.

Advertisement