home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / demos / programme / Wildfire_PPC / Bonus / draggadget_r1.0b2 / clib / drag_protos.h < prev   
Encoding:
C/C++ Source or Header  |  1998-10-06  |  399 b   |  16 lines

  1. #ifndef CLIB_DRAG_PROTOS_H
  2. #define CLIB_DRAG_PROTOS_H
  3.  
  4. /* $VER: drag_protos.h 40.2 (23.7.97)
  5. */
  6.  
  7. APTR CreateDContext(struct Screen *scr);
  8. void DeleteDContext(APTR dcontext);
  9. APTR AddDropWindow(APTR dcontext, ULONG id, ULONG userdata,
  10.                    struct Window *win, struct MsgPort *port);
  11. void RemoveDropWindow(APTR dropwin);
  12. APTR NewDragGroup(void);
  13. void FreeDragGroup(APTR dgroup);
  14.  
  15. #endif
  16.