aboutsummaryrefslogtreecommitdiff
path: root/include/memdraw.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-10-11 02:50:20 +0000
committerrsc <devnull@localhost>2003-10-11 02:50:20 +0000
commit2009374690190b95a29db0c31decd07f4652eb45 (patch)
tree4c4e9307367b4d7e05871bc99826704720857dc9 /include/memdraw.h
parenta6ea03aea90b26d0d4c1c88881b43174a46f977d (diff)
downloadplan9port-2009374690190b95a29db0c31decd07f4652eb45.tar.gz
plan9port-2009374690190b95a29db0c31decd07f4652eb45.tar.bz2
plan9port-2009374690190b95a29db0c31decd07f4652eb45.zip
Various cleanup.
Diffstat (limited to 'include/memdraw.h')
-rw-r--r--include/memdraw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/memdraw.h b/include/memdraw.h
index 08784ce9..2d4f54f5 100644
--- a/include/memdraw.h
+++ b/include/memdraw.h
@@ -46,6 +46,7 @@ struct Memimage
Memlayer *layer; /* nil if not a layer*/
u32int flags;
void *X;
+ int screenref; /* reference count if this is a screen */
int shift[NChan];
int mask[NChan];