Rename reclaim_clipboard to claim_clipboard.

This commit is contained in:
George Peter Staplin 2008-09-15 13:28:50 -06:00
parent 32b175ef62
commit d333a8e2b5

View File

@ -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