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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
/**
3
 
 * $Id: BIF_mywindow.h,v 1.6 2003/10/15 12:26:24 ton Exp $
 
3
 * $Id: BIF_mywindow.h,v 1.8 2005/03/28 05:55:45 zuster Exp $
4
4
 *
5
5
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
6
6
 *
85
85
void bwin_get_viewmatrix(int winid, float mat[][4]);
86
86
void bwin_get_winmatrix(int winid, float mat[][4]);
87
87
 
 
88
void bwin_multmatrix(int winid, float mat[][4]);
88
89
void bwin_scalematrix(int winid, float x, float y, float z);
89
90
 
90
91
void bwin_ortho(int winid, float x1, float x2, float y1, float y2, float n, float f);
124
125
void warp_pointer(int x, int y);
125
126
 
126
127
int framebuffer_to_index(unsigned int col);
127
 
unsigned int index_to_framebuffer(int index);
 
128
void set_framebuffer_index_color(int index);
128
129
 
129
130
int mywin_inmenu(void);
130
131
void mywin_getmenu_rect(int *x, int *y, int *sx, int *sy);