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