~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/intern/sketch.c

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Roy
  • Date: 2011-06-24 11:13:28 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20110624111328-27ribg6l36edf2ay
Tags: upstream-2.58-svn37702
ImportĀ upstreamĀ versionĀ 2.58-svn37702

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *
3
 
 * $Id: sketch.c 36278 2011-04-21 17:25:58Z campbellbarton $
 
3
 * $Id: sketch.c 36644 2011-05-12 16:47:36Z campbellbarton $
4
4
 *
5
5
 * ***** BEGIN GPL LICENSE BLOCK *****
6
6
 *
543
543
        return retval;
544
544
}
545
545
 
546
 
void sk_initDrawData(SK_DrawData *dd, const short mval[2])
 
546
void sk_initDrawData(SK_DrawData *dd, const int mval[2])
547
547
{
548
548
        dd->mval[0] = mval[0];
549
549
        dd->mval[1] = mval[1];