Mercurial > hg > xemacs-beta
comparison src/offix-types.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
12 You should have received a copy of the GNU Library General Public | 12 You should have received a copy of the GNU Library General Public |
13 License along with this library; if not, write to the Free Software | 13 License along with this library; if not, write to the Free Software |
14 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 14 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
15 */ | 15 */ |
16 | 16 |
17 #ifndef __DragAndDropTypesH__ | 17 #ifndef INCLUDED_offix_types_h_ |
18 #define __DragAndDropTypesH__ | 18 #define INCLUDED_offix_types_h_ |
19 | 19 |
20 #define DndNotDnd -1 | 20 #define DndNotDnd -1 |
21 #define DndUnknown 0 | 21 #define DndUnknown 0 |
22 #define DndRawData 1 | 22 #define DndRawData 1 |
23 #define DndFile 2 | 23 #define DndFile 2 |
29 #define DndURL 8 | 29 #define DndURL 8 |
30 #define DndMIME 9 | 30 #define DndMIME 9 |
31 | 31 |
32 #define DndEND 10 | 32 #define DndEND 10 |
33 | 33 |
34 #endif | 34 #endif /* INCLUDED_offix_types_h_ */ |