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

« back to all changes in this revision

Viewing changes to source/blender/src/drawimasel.c

  • 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
 
 * $Id: drawimasel.c,v 1.15 2003/11/18 11:22:16 ton Exp $
 
2
 * $Id: drawimasel.c,v 1.18 2005/03/23 21:10:02 phase Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
43
43
#endif
44
44
 
45
45
#ifdef _WIN32
46
 
#include "BLI_winstuff.h"
47
46
#pragma warning (once : 4761)
48
47
#endif
49
48
 
78
77
/* GLOBALS */
79
78
extern char *fsmenu;
80
79
 
 
80
void rectwrite_imasel(int , int , int , int , int , int , int , int , float , float , unsigned int *);
 
81
 
81
82
void rectwrite_imasel(int winxmin, int winymin, int winxmax, int winymax, int x1, int y1, int xim, int yim, float zoomx, float zoomy, unsigned int *rect)
82
83
{
83
84
        int cx, cy, oldxim, x2, y2;
423
424
#ifdef WITH_QUICKTIME
424
425
        if( ftype & QUICKTIME ) { strcat(name, "quicktime "); }
425
426
#endif
426
 
#ifdef WITH_FREEIMAGE
427
 
        if( ftype & FREEIMAGE ) { strcat(name, "freeimage "); }
428
 
#endif
429
427
}
430
428
 
431
429
void draw_sima_area(SpaceImaSel *simasel)