aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/draw.h2
-rw-r--r--include/libc.h1
2 files changed, 3 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
diff --git a/include/libc.h b/include/libc.h
index 3b472e39..ecc46c2c 100644
--- a/include/libc.h
+++ b/include/libc.h
@@ -561,6 +561,7 @@ extern void freenetconninfo(NetConnInfo*);
#define ORCLOSE 64 /* or'ed in, remove on close */
#define ODIRECT 128 /* or'ed in, bypass the cache */
#define OEXCL 0x1000 /* or'ed in, exclusive use (create only) */
+#define OLOCK 0x2000 /* or'ed in, lock after opening */
#define AEXIST 0 /* accessible: exists */
#define AEXEC 1 /* execute access */