comparison src/offix.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents c5d627a313b1
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 __DragAndDropH__ 22 #ifndef INCLUDED_offix_h_
23 #define __DragAndDropH__ 1L 23 #define INCLUDED_offix_h_
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 #endif 66
67 #endif /* INCLUDED_offix_h_ */
67 68
68 69