Jitterbug no more.
[fvwm.git] / modules / FvwmWharf / OffiX / DragAndDropTypes.h
blobd50c8c81b7f420050369ac6e9055c985ef2d9ccf
1 /* -*-c-*- */
2 /*
3 Copyright (C) 1996 César Crusius
5 This file is part of the DND Library. This library is free
6 software; you can redistribute it and/or modify it under the terms of
7 the GNU Library General Public License as published by the Free
8 Software Foundation; either version 2 of the License, or (at your
9 option) any later version. This library is distributed in the hope
10 that it will be useful, but WITHOUT ANY WARRANTY; without even the
11 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the GNU Library General Public License for more details.
13 You should have received a copy of the GNU Library General Public
14 License along with this library; if not, write to the Free Software
15 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
18 #ifndef __DragAndDropTypesH__
19 #define __DragAndDropTypesH__
21 #define DndNotDnd -1
22 #define DndUnknown 0
23 #define DndRawData 1
24 #define DndFile 2
25 #define DndFiles 3
26 #define DndText 4
27 #define DndDir 5
28 #define DndLink 6
29 #define DndExe 7
31 #define DndEND 8
33 #endif