~ubuntu-branches/ubuntu/trusty/blender/trusty

« back to all changes in this revision

Viewing changes to source/blender/imbuf/intern/imbuf.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-06 12:08:47 UTC
  • mfrom: (1.5.1) (14.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20130306120847-frjfaryb2zrotwcg
Tags: 2.66a-1ubuntu1
* Resynchronize with Debian (LP: #1076930, #1089256, #1052743, #999024,
  #1122888, #1147084)
* debian/control:
  - Lower build-depends on libavcodec-dev since we're not
    doing the libav9 transition in Ubuntu yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * imbuf.h (mar-2001 nzc)
3
 
 *
4
 
 * This header might have to become external...
5
 
 *
6
 
 *
7
2
 * ***** BEGIN GPL LICENSE BLOCK *****
8
3
 *
9
4
 * This program is free software; you can redistribute it and/or
25
20
 *
26
21
 * The Original Code is: all of this file.
27
22
 *
28
 
 * Contributor(s): none yet.
 
23
 * Contributor(s): mar-2001 nzc.
29
24
 *
30
25
 * ***** END GPL LICENSE BLOCK *****
31
26
 */
34
29
 *  \ingroup imbuf
35
30
 */
36
31
 
37
 
 
38
32
#ifndef __IMBUF_H__
39
33
#define __IMBUF_H__
40
34
 
78
72
#define TRUE 1
79
73
#define FALSE 0
80
74
 
 
75
#define IMB_DPI_DEFAULT 72.0f
 
76
 
81
77
#endif  /* __IMBUF_H__ */
82
78