Added a credit I missed two commits ago.

This commit is contained in:
Pietro Gagliardi 2014-08-04 17:31:43 -04:00
parent c33786ab96
commit caa64a3dbe
1 changed files with 2 additions and 0 deletions

View File

@ -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;