~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: BSE_edit.h,v 1.9 2005/09/24 09:05:48 ton Exp $
 
2
 * $Id: BSE_edit.h,v 1.10 2007/04/14 13:18:24 campbellbarton Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
43
43
void delete_context_selected(void);
44
44
void duplicate_context_selected(void);
45
45
void toggle_shading(void);
46
 
void minmax_verts(float *min, float *max);
 
46
int minmax_verts(float *min, float *max);
47
47
 
48
48
void snap_sel_to_grid(void);
49
49
void snap_sel_to_curs(void);