![]() |
|
CGDisplay problems - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: CGDisplay problems (/thread-7764.html) |
CGDisplay problems - peacha - May 14, 2002 02:53 AM Hi all, when I run a skeleton full screen app which switches res all the windows mess up once the app is done... I know it is normal if you do not capture the display... but I do Code: ////////////////////////////////CGDisplay problems - Unregistered - May 17, 2002 06:55 AM You should not CFRelease() the display mode. Only CFRelease() things that you CFCreate*() or CFRetain() CGDisplay problems - peacha - May 18, 2002 01:35 PM Thanx you're right!
|