aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pugl/detail/mac.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/pugl/detail/mac.m b/pugl/detail/mac.m
index e3568f5..b1bf4fd 100644
--- a/pugl/detail/mac.m
+++ b/pugl/detail/mac.m
@@ -452,6 +452,11 @@ handleCrossing(PuglWrapperView* view, NSEvent* event, const PuglEventType type)
return NSMakeRect(frame.origin.x, frame.origin.y, 0.0, 0.0);
}
+- (void) doCommandBySelector:(SEL)selector
+{
+ (void)selector;
+}
+
- (void) insertText:(id)string
replacementRange:(NSRange)replacement
{