#ifndef __INC_POS_PINTUI_BUBTAGS_H
#define __INC_POS_PINTUI_BUBTAGS_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>BubTags.h<<   23 May 1996    08:16:24 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PUTIL_TAGITEM_H
#include <pUtil/TagItem.h>
#endif

enum pOS_IntuiBubTags
{
  BUBTAG_First = TAG_USER + 0x90000,
  BUBTAG_Screen,                /* (pOS_Screen*) */
  BUBTAG_Text,                  /* (const CHAR*) */
  BUBTAG_HotSpot,               /* (const pOS_Point*) */
  BUBTAG_Type                   /* (enum pOS_BubbleType) */

};




enum pOS_BubbleType
{
  BUBTYP_Point=1,
  BUBTYP_Round
};



#endif
