summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-09-23 14:53:03 -0400
committerPietro Gagliardi <[email protected]>2014-09-23 14:53:03 -0400
commite281da0a1855161109d8f3888a7effceeb7c60c3 (patch)
tree8e96adddbd0d0cca97440c7f5fe28088155e7cf7
parent03c70f182c7af048a3dba0872570cc32af4b7eda (diff)
More TODOs.
-rw-r--r--warningpopover_darwin.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/warningpopover_darwin.m b/warningpopover_darwin.m
index 50c9118..1557e9c 100644
--- a/warningpopover_darwin.m
+++ b/warningpopover_darwin.m
@@ -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;