comparison src/text.h @ 4790:bc4f2511bbea

Remove support for the OffiX drag-and-drop protocol. See xemacs-patches message with ID <870180fe0912211421m3e3d7891pdadefef167b50cb4@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Tue, 22 Dec 2009 15:52:06 -0700
parents 1a14c304cb8e
children b3ea9c582280
comparison
equal deleted inserted replaced
4789:56049bea9231 4790:bc4f2511bbea
3109 #define Qx_xpm_data_encoding Qx_hpc_encoding 3109 #define Qx_xpm_data_encoding Qx_hpc_encoding
3110 3110
3111 /* !!#### Verify these! */ 3111 /* !!#### Verify these! */
3112 #define Qxt_widget_arg_encoding Qnative 3112 #define Qxt_widget_arg_encoding Qnative
3113 #define Qdt_dnd_encoding Qnative 3113 #define Qdt_dnd_encoding Qnative
3114 #define Qoffix_dnd_encoding Qnative
3115 3114
3116 /* RedHat 6.2 contains a locale called "Francais" with the C-cedilla 3115 /* RedHat 6.2 contains a locale called "Francais" with the C-cedilla
3117 encoded in ISO2022! */ 3116 encoded in ISO2022! */
3118 #define Qlocale_name_encoding Qctext 3117 #define Qlocale_name_encoding Qctext
3119 3118
3120 #define Qstrerror_encoding Qnative 3119 #define Qstrerror_encoding Qnative
3121
3122 /* Encoding for strings coming from Offix drag-n-drop */
3123 #define Qoffix_dnd_encoding Qnative
3124 3120
3125 /* !!#### This exists to remind us that our hexify routine is totally 3121 /* !!#### This exists to remind us that our hexify routine is totally
3126 un-Muleized. */ 3122 un-Muleized. */
3127 #define Qdnd_hexify_encoding Qascii 3123 #define Qdnd_hexify_encoding Qascii
3128 3124