Hello,
I have the following problem with my cocos2d Mac app:
In fullscreen mode (set by setFullScreen:true of CCDirectorMac) I have flickering black rectangles exactly the position "above" the Mac OS dock.
It seems to be the system are updating the dock "under" the full screen app and it causes the flicker.
The black rectangles are appearing for approx. one frame when I move the mouse cursor and it looks flickering when I move the cursor continuously.
cocos2d 1.0.1, Mac OSX 1.6.8.
Thanks in advance