comparison src/offix.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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