comparison src/select.h @ 2620:5e906dd5c3e9

[xemacs-hg @ 2005-02-28 20:21:43 by aidan] (Revised) General X11 selection cleanup. Content negotiation for incoming data, UTF8_STRING support, the ability to paste images (purely cosmetic at this point), TIMESTAMP as one of the selection types offered,
author aidan
date Mon, 28 Feb 2005 20:21:50 +0000
parents abe6d1db359e
children 308d34e9f07d
comparison
equal deleted inserted replaced
2619:935833be8506 2620:5e906dd5c3e9
55 /* Notifications */ 55 /* Notifications */
56 void handle_selection_clear (Lisp_Object selection_symbol); 56 void handle_selection_clear (Lisp_Object selection_symbol);
57 57
58 void select_notify_buffer_kill (Lisp_Object buffer); 58 void select_notify_buffer_kill (Lisp_Object buffer);
59 59
60 Lisp_Object get_selection_raw_time(Lisp_Object selection);
61
60 /* Lisp functions we export for other files' use */ 62 /* Lisp functions we export for other files' use */
61 EXFUN (Fregister_selection_data_type, 2); 63 EXFUN (Fregister_selection_data_type, 2);
62 EXFUN (Fselection_data_type_name, 2); 64 EXFUN (Fselection_data_type_name, 2);
63 EXFUN (Favailable_selection_types, 2); 65 EXFUN (Favailable_selection_types, 2);
64 EXFUN (Fselection_owner_p, 1); 66 EXFUN (Fselection_owner_p, 1);
65 EXFUN (Fselection_exists_p, 3); 67 EXFUN (Fselection_exists_p, 3);
66 EXFUN (Fget_selection_timestamp, 1);
67 68
68 #endif /* INCLUDED_select_h_ */ 69 #endif /* INCLUDED_select_h_ */