ignoring glutIconifyWindow()

I know that in game mode several function that reshape/resize are ignored. Is it simple to ignore them individually outside of game mode? I tried looking at glut_gamemode.c but I can’t figure out what it’s doing.
Thanks in advance,
-nuun

For such precise control of the window, you will have better luck with SDL.

Bummer. But thanks.