Possible Duplicate:
Drawing on desktop in Mac OS X
How can I draw directly to the desktop (behind the icons) in OSX Lion using objective c? I know it is possible because there are some applications in the app store that allow you to do this.
Possible Duplicate:
Drawing on desktop in Mac OS X
How can I draw directly to the desktop (behind the icons) in OSX Lion using objective c? I know it is possible because there are some applications in the app store that allow you to do this.
Take a look at this question Drawing on desktop in Mac OS X
You never draw directly to the desktop. The best you can do is to create a transparent window just above the desktop and draw in there.