Full screen mode w/ my powerbook g4

i try to pass AGL_FULLSCREEN on to the agl choose pixel format function with Null and zero associated with gdev* and ndev respectively. is there a problem with rage card that wont allow full screen mode. i have seen the draw sprocket used in apple’s full screen app and that seems to do the trick, whats up?

If I remember correctly, AGL_FULLSCREEN doesn’t actually set up the screen for you. You use something like DrawSprocket to do that. I think all that does is make a big window or something, you have to provide a graphics device pointer yourself. (From DrawSprocket?) This is one of the main reasons I like GLUT better.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.