Rename reclaim_clipboard to claim_clipboard.

(cherry picked from commit d333a8e2b5)
This commit is contained in:
George Peter Staplin 2008-09-15 13:28:50 -06:00 committed by Jeremy Huddleston
parent 2ab56981b1
commit 6b42f40ff9

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