More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-09-23 14:53:03 -04:00
parent 03c70f182c
commit e281da0a18
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
// NSPopovers are intended for interactive content, and Apple seems to be diligent in enforcing this rule, as the known techniques for preventing a NSPopover from stealing focus no longer work in 10.9.
// Let's just fake it with a window.
// TODO better would be to use NSImageNameInvalidDataFreestandingTemplate somehow
@interface goWarningPopover : NSWindow {
@public
id onBegin;