pkgsrc-ng/x11/tk/patches/patch-macosx_tkMacOSXClipboard.c
2013-09-26 17:14:40 +02:00

16 lines
406 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-macosx_tkMacOSXClipboard.c,v 1.1 2012/11/24 21:38:50 adam Exp $
Void function should not return any values.
--- macosx/tkMacOSXClipboard.c.orig 2012-11-24 20:54:23.000000000 +0000
+++ macosx/tkMacOSXClipboard.c
@@ -194,7 +194,7 @@ TkMacOSXSelDeadWindow(
if (winPtr && winPtr == (TkWindow *)clipboardOwner) {
clipboardOwner = NULL;
}
- return Success;
+ return;
}
/*