~ubuntu-branches/ubuntu/quantal/imagemagick/quantal

« back to all changes in this revision

Viewing changes to Magick++/lib/Drawable.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-04 13:01:13 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090604130113-my9114jxmafpwew3
Tags: 7:6.5.1.0-1.1ubuntu1
* Merge from debian unstable, remaining changes:
  - (Build-)depend on libltdl7-dev instead of libltdl3-dev (the armel buildds
    currently have both available).
  - Don't build-dep on librsvg, it brings in excessive dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
//
7
7
 
8
8
#define MAGICKCORE_IMPLEMENTATION  1
 
9
#define MAGICK_PLUSPLUS_IMPLEMENTATION 1
9
10
#define MAGICK_DRAWABLE_IMPLEMENTATION
10
11
 
11
12
#include "Magick++/Include.h"
1057
1058
void Magick::DrawableDashArray::operator()
1058
1059
  ( MagickCore::DrawingWand * context_ ) const
1059
1060
{
1060
 
  (void) DrawSetStrokeDashArray( context_, _size, _dasharray );
 
1061
  (void) DrawSetStrokeDashArray( context_, (unsigned long) _size, _dasharray );
1061
1062
}
1062
1063
Magick::DrawableBase* Magick::DrawableDashArray::copy() const
1063
1064
{