Mercurial > hg > xemacs-beta
comparison src/offix.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 | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
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 |