comparison src/offix.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children b39c14581166
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
17 You should have received a copy of the GNU Library General Public 17 You should have received a copy of the GNU Library General Public
18 License along with this library; if not, write to the Free Software 18 License along with this library; if not, write to the Free Software
19 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
20 */ 20 */
21 21
22 #ifndef INCLUDED_offix_h_ 22 #ifndef __DragAndDropH__
23 #define INCLUDED_offix_h_ 23 #define __DragAndDropH__ 1L
24 24
25 /* The standard DND types are defined here */ 25 /* The standard DND types are defined here */
26 #include "offix-types.h" 26 #include "offix-types.h"
27 27
28 /* Xt stuff is defined here */ 28 /* Xt stuff is defined here */
61 void 61 void
62 DndChangeCursor(int Type, 62 DndChangeCursor(int Type,
63 int width,int height, 63 int width,int height,
64 char *image,char *mask, 64 char *image,char *mask,
65 int hot_x,int hot_y); 65 int hot_x,int hot_y);
66 66 #endif
67 #endif /* INCLUDED_offix_h_ */
68 67
69 68