-
Notifications
You must be signed in to change notification settings - Fork 110
Update touch bar and scrubber code #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
fredkiefer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any harm coming from this. So please go ahead.
| @@ -0,0 +1,402 @@ | |||
| /* Implementation of class GSTouchBarWindow | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there intentionally just one star?
|
|
||
| @implementation GSTouchBarWindow | ||
|
|
||
| /* * Class methods */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks strange. Remove the star or add a line break.
|
|
||
| - (void) dealloc | ||
| { | ||
| [_fallbackWindows release]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't you use the macro here?
| { | ||
| window = [[GSTouchBarWindow alloc] initWithTouchBar: touchBar]; | ||
| [_fallbackWindows setObject: window forKey: key]; | ||
| [window release]; // Retained by dictionary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, please use the macro.
No description provided.