From 6b42f40ff9b9ff3e74ccbb2ce5cfad65016934de Mon Sep 17 00:00:00 2001 From: George Peter Staplin Date: Mon, 15 Sep 2008 13:28:50 -0600 Subject: [PATCH] Rename reclaim_clipboard to claim_clipboard. (cherry picked from commit d333a8e2b5514b8b76a78c6a13a3f5149ea8de27) --- hw/xquartz/pbproxy/x-selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xquartz/pbproxy/x-selection.h b/hw/xquartz/pbproxy/x-selection.h index 88408bf6a..d27b3fa41 100644 --- a/hw/xquartz/pbproxy/x-selection.h +++ b/hw/xquartz/pbproxy/x-selection.h @@ -89,7 +89,7 @@ struct propdata { - (void) notify_event:(XSelectionEvent *)e; - (void) property_event:(XPropertyEvent *)e; - (void) handle_selection:(Atom)selection type:(Atom)type propdata:(struct propdata *)pdata; -- (void) reclaim_clipboard; +- (void) claim_clipboard; - (void) set_clipboard_manager; @end