~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

Viewing changes to source/blender/include/BIF_editview.h

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: BIF_editview.h 14444 2008-04-16 22:40:48Z hos $
 
2
 * $Id: BIF_editview.h 16244 2008-08-25 06:22:21Z aligorith $
3
3
 *
4
4
 * ***** BEGIN GPL LICENSE BLOCK *****
5
5
 *
34
34
struct Object;
35
35
struct Camera;
36
36
struct View3D;
 
37
struct rcti;
37
38
 
38
39
void    arrows_move_cursor(unsigned short event);
 
40
void    lasso_select_boundbox(struct rcti *rect, short mcords[][2], short moves);
39
41
int             lasso_inside(short mcords[][2], short moves, short sx, short sy);
 
42
int     lasso_inside_edge(short mcords[][2], short moves, int x0, int y0, int x1, int y1);
 
43
int     edge_inside_circle(short centx, short centy, short rad, short x1, short y1, short x2, short y2);
40
44
void    borderselect(void);
41
45
void    circle_select(void);
42
46
void    deselectall(void);