Cocoa shadows on all windows
BlitzMax Forums/BlitzMax Module Tweaks/Cocoa shadows on all windows| 
 | ||
| Want a Cocoa shadow on your splash screen window on OSX?  Add this line of code in cocoa.macos.m after the window is created: if (!(style&WINDOW_TOOL)) [window setHasShadow:YES]; |