Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd Fullsrc - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit cfbe486e536e1f12bd47c7309942af9acd665fb4
parent 613093289d311dd241b92c15892be270493cb32f
Author: rsc <devnull@localhost>
Date: Fri, 31 Mar 2006 17:27:33 +0000
add Fullsrc
Diffstat:
M include/memdraw.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/include/memdraw.h b/include/memdraw.h
t@@ -94,7 +94,8 @@ enum {
Simplemask=1<<1,
Replsrc=1<<2,
Replmask=1<<3,
- Fullmask=1<<4,
+ Fullsrc = 1<<4,
+ Fullmask=1<<5,
};
struct Memdrawparam
{
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.