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

« back to all changes in this revision

Viewing changes to source/blender/makesdna/DNA_userdef_types.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
2
 * blenkernel/DNA_userdef_types.h (mar-2001 nzc)
3
3
 *
4
 
 *      $Id: DNA_userdef_types.h,v 1.64 2007/01/03 05:50:16 campbellbarton Exp $
 
4
 *      $Id: DNA_userdef_types.h,v 1.66 2007/04/09 11:15:23 campbellbarton Exp $
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
178
178
        short rvibright;                /* rotating view icon brightness */
179
179
        char versemaster[160];
180
180
        char verseuser[160];
181
 
        short pad;
 
181
        short recent_files;             /* maximum number of recently used files to remember  */
 
182
        short smooth_viewtx;    /* miliseconds to spend spinning the view */
 
183
        char pad[6];
182
184
} UserDef;
183
185
 
184
186
extern UserDef U; /* from usiblender.c !!!! */