summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-04 17:31:43 -0400
committerPietro Gagliardi <[email protected]>2014-08-04 17:31:43 -0400
commitcaa64a3dbed66578294b39ed4603b0dc6d2a8f9a (patch)
treeb68612e6b0b185ed224ba0f2b454960dbfb50832
parentc33786ab96f9cad33a5e30ab287f5e6b05f98d42 (diff)
Added a credit I missed two commits ago.
-rw-r--r--redo/container_darwin.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/container_darwin.m b/redo/container_darwin.m
index 8f1e3ac..da49b92 100644
--- a/redo/container_darwin.m
+++ b/redo/container_darwin.m
@@ -10,6 +10,8 @@
// - NSTab resizing calls both -[setFrame:] and -[setFrameSIze:] on the current tab
// - NSTab switching tabs calls both -[setFrame:] and -[setFrameSize:] on the new tab
// so we just override setFrameSize:
+// (TODO NSBox)
+// thanks to mikeash and JtRip in irc.freenode.net/#macdev
@interface goContainerView : NSView {
@public
void *gocontainer;