Cocoa shadows on all windows

BlitzMax Forums/BlitzMax Module Tweaks/Cocoa shadows on all windows

JoshK(Posted 2012) [#1]
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];