aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-10-29 17:34:17 +0000
committerrsc <devnull@localhost>2005-10-29 17:34:17 +0000
commit042e49b817e845aa18f74295f9a7b11cdd9aefb1 (patch)
tree79786359b15615cbc3edb5a89592efee600d0668 /include
parentfcdc75c05b9605da034d841c5f0288c3be4b82cb (diff)
downloadplan9port-042e49b817e845aa18f74295f9a7b11cdd9aefb1.tar.gz
plan9port-042e49b817e845aa18f74295f9a7b11cdd9aefb1.tar.bz2
plan9port-042e49b817e845aa18f74295f9a7b11cdd9aefb1.zip
Add experimental noredraw flag.
Diffstat (limited to 'include')
-rw-r--r--include/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/frame.h b/include/frame.h
index a3291a70..1098a31e 100644
--- a/include/frame.h
+++ b/include/frame.h
@@ -50,6 +50,7 @@ struct Frame
Image *tick; /* typing tick */
Image *tickback; /* saved image under tick */
int ticked; /* flag: is tick onscreen? */
+ int noredraw; /* don't draw on the screen */
};
ulong frcharofpt(Frame*, Point);