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

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/BKE_text.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
 * blenlib/BKE_text.h (mar-2001 nzc)
3
3
 *      
4
 
 * $Id: BKE_text.h,v 1.12 2006/03/05 19:50:13 themyers Exp $ 
 
4
 * $Id: BKE_text.h,v 1.13 2007/03/11 16:25:13 campbellbarton Exp $ 
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
45
45
void                    free_text               (struct Text *text);
46
46
void                    txt_set_undostate       (int u);
47
47
int                     txt_get_undostate       (void);
48
 
struct Text*    add_empty_text  (void);
 
48
struct Text*    add_empty_text  (char *name);
49
49
int                 reopen_text         (struct Text *text);
50
50
struct Text*    add_text                (char *file); 
51
51
struct Text*    copy_text               (struct Text *ta);