diff options
Diffstat (limited to 'hw/xquartz/pbproxy/x-selection.h')
-rw-r--r-- | hw/xquartz/pbproxy/x-selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/pbproxy/x-selection.h b/hw/xquartz/pbproxy/x-selection.h index 9c408b4ec..c93b6761b 100644 --- a/hw/xquartz/pbproxy/x-selection.h +++ b/hw/xquartz/pbproxy/x-selection.h @@ -97,7 +97,7 @@ struct atom_list { - (void) property_event:(XPropertyEvent *)e; - (void) handle_selection:(Atom)selection type:(Atom)type propdata:(struct propdata *)pdata; - (void) claim_clipboard; -- (void) set_clipboard_manager; +- (BOOL) set_clipboard_manager_status:(BOOL)value; - (void) own_clipboard; - (void) copy_completed:(Atom)selection; |