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

« back to all changes in this revision

Viewing changes to source/blender/imbuf/IMB_imbuf.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:
73
73
 *     Additionally, it needs the types from the jpeg lib.
74
74
 */
75
75
/*
76
 
 * $Id: IMB_imbuf.h,v 1.12 2004/04/06 16:12:56 sirdude Exp $ 
 
76
 * $Id: IMB_imbuf.h,v 1.15 2005/03/11 20:16:13 sirdude Exp $ 
77
77
 *
78
78
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
79
79
 *
140
140
 *
141
141
 * @attention Defined in cmap.c
142
142
 */
143
 
int IMB_alpha_to_col0(int new);
 
143
int IMB_alpha_to_col0(int value);
144
144
 
145
145
/**
146
146
 *