summaryrefslogtreecommitdiffstats
path: root/bltGrMarkerBitmap.h
diff options
context:
space:
mode:
authorjoye <joye>2014-03-28 15:53:33 (GMT)
committerjoye <joye>2014-03-28 15:53:33 (GMT)
commitca63a61f80cd85fcfc861eb095d461ed1d56cb41 (patch)
tree00818a63e801a7aa182e12b42cbc3c5431e8dcec /bltGrMarkerBitmap.h
parent5d03724931dffbb33a42660444c5b040c72d044d (diff)
downloadblt-ca63a61f80cd85fcfc861eb095d461ed1d56cb41.zip
blt-ca63a61f80cd85fcfc861eb095d461ed1d56cb41.tar.gz
blt-ca63a61f80cd85fcfc861eb095d461ed1d56cb41.tar.bz2
*** empty log message ***
Diffstat (limited to 'bltGrMarkerBitmap.h')
-rw-r--r--bltGrMarkerBitmap.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/bltGrMarkerBitmap.h b/bltGrMarkerBitmap.h
index 7f56f4f..fbe4564 100644
--- a/bltGrMarkerBitmap.h
+++ b/bltGrMarkerBitmap.h
@@ -27,10 +27,11 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#ifndef _BLT_GR_MARKER_BITMAP_H
-#define _BLT_GR_MARKER_BITMAP_H
+#ifndef __bltgrmarkerbitmap_h__
+#define __bltgrmarkerbitmap_h__
#include "bltGrMarker.h"
+#define MAX_OUTLINE_POINTS 12
namespace Blt {
@@ -70,7 +71,7 @@ class BitmapMarker : public Marker {
void postscript(Blt_Ps);
public:
- BitmapMarker(Graph*, const char*);
+ BitmapMarker(Graph*, const char*, Tcl_HashEntry*);
virtual ~BitmapMarker();
};