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

« back to all changes in this revision

Viewing changes to source/blender/include/BIF_screen.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:
3
3
 * 
4
4
 *      Leftovers here are actually editscreen.c thingies
5
5
 * 
6
 
 * $Id: BIF_screen.h,v 1.19 2006/07/31 19:23:41 ton Exp $
 
6
 * $Id: BIF_screen.h,v 1.20 2007/04/17 18:15:31 campbellbarton Exp $
7
7
 *
8
8
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
9
9
 *
101
101
void screen_delayed_undo_push(char *name);
102
102
void screenmain(void);
103
103
void getdisplaysize(void);
104
 
void setprefsize(int stax, int stay, int sizx, int sizy);
 
104
void setprefsize(int stax, int stay, int sizx, int sizy, int maximized);
105
105
void calc_arearcts(struct ScrArea *sa);
106
106
void resize_screen(int x, int y, int w, int h);
107
107
struct ScrArea *closest_bigger_area(void);