about summary refs log tree commit diff
path: root/lib/pnm.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-03-27 19:22:22 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-03-27 19:22:22 +0000
commit4c233fcfb54b386fcd96f71deb1e88e10d635825 (patch)
tree8cd7f623d29368a59905ccc108e5151bc28d2e62 /lib/pnm.h
parent3a54a339a59e83834ea18d88cab7104fd9d8b9ca (diff)
downloadnetpbm-mirror-4c233fcfb54b386fcd96f71deb1e88e10d635825.tar.gz
netpbm-mirror-4c233fcfb54b386fcd96f71deb1e88e10d635825.tar.xz
netpbm-mirror-4c233fcfb54b386fcd96f71deb1e88e10d635825.zip
Release 10.50.00 - copied from trunk
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@1162 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/pnm.h')
-rw-r--r--lib/pnm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pnm.h b/lib/pnm.h
index e4bd34a8..de5f1d91 100644
--- a/lib/pnm.h
+++ b/lib/pnm.h
@@ -20,6 +20,9 @@ typedef pixval xelval;
 #define PNM_OVERALLMAXVAL PPM_OVERALLMAXVAL
 #define PNM_MAXMAXVAL PPM_MAXMAXVAL
 #define PNM_GET1(x) PPM_GETB(x)
+#define PNM_GETR(x) PPM_GETR(x)
+#define PNM_GETG(x) PPM_GETG(x)
+#define PNM_GETB(x) PPM_GETB(x)
 #define PNM_ASSIGN1(x,v) PPM_ASSIGN(x,0,0,v)
 #define PNM_ASSIGN(x,r,g,b) PPM_ASSIGN(x,r,g,b)
 #define PNM_EQUAL(x,y) PPM_EQUAL(x,y)