aboutsummaryrefslogtreecommitdiff
path: root/include/draw.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-06-11 14:38:44 +0000
committerrsc <devnull@localhost>2004-06-11 14:38:44 +0000
commitd2ffec702ecc02ddb00700b713865a7868d9805b (patch)
tree900d31cc37263862d926f7981fa9381de62debcd /include/draw.h
parent4f0073fec23f47ede29845f05ff5eab502be93f9 (diff)
downloadplan9port-d2ffec702ecc02ddb00700b713865a7868d9805b.tar.gz
plan9port-d2ffec702ecc02ddb00700b713865a7868d9805b.tar.bz2
plan9port-d2ffec702ecc02ddb00700b713865a7868d9805b.zip
add OLOCK
Diffstat (limited to 'include/draw.h')
-rw-r--r--include/draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/draw.h b/include/draw.h
index 9e1a5d5b..4898e314 100644
--- a/include/draw.h
+++ b/include/draw.h
@@ -536,6 +536,8 @@ int _drawmsgread(Display*, void*, int);
int _drawmsgwrite(Display*, void*, int);
int _latin1(Rune*, int);
+int mousescrollsize(int);
+
#if defined(__cplusplus)
}
#endif