Modify NSCursor category for garbage collection (WOBezel, 73e0de7)

Change previously static local variables to globals so that the desired singleton behaviour can be achieved under garbage collection (ie. once initialized, the custom cursors will act as singletons and be available for the duration of execution).

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Readability edits to WOAlertBezelView class (WOBezel, 69379b9)
Readability improvements to NSBezierPath category (WOBezel, 3e23a51) →

All snippets