Skip to content
Snippets Groups Projects
Commit 50342054 authored by Lucas Jenß's avatar Lucas Jenß Committed by Lucas Jenss
Browse files

Make PseudoTerminal implement NSWindowDelegate

Fixes a warning when assigning PseudoTerminal as the delegate for [self
window]; inside

(id)initWithSmartLayout:(BOOL)smartLayout windowType:(int)windowType screen:(int)screenNumber
parent 2f1e1bdd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -66,7 +66,7 @@ typedef enum {
// This class is 1:1 with windows. It controls the tabs, bottombar, toolbar,
// fullscreen, and coordinates resizing of sessions (either session-initiated
// or window-initiated).
@interface PseudoTerminal : NSWindowController <PTYTabViewDelegateProtocol, PTYWindowDelegateProtocol, WindowControllerInterface>
@interface PseudoTerminal : NSWindowController <PTYTabViewDelegateProtocol, PTYWindowDelegateProtocol, WindowControllerInterface, NSWindowDelegate>
{
NSPoint preferredOrigin_;
SolidColorView* background_;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment