summaryrefslogtreecommitdiff
path: root/mark.h
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:23 +0200
committerAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:23 +0200
commitbdf45bc45637eefdbdee913465729f9d31d6c255 (patch)
tree9b6538c483ad6c2b38177068d5c5730397c9f292 /mark.h
parent14a4b00c9ef680b78469333291270e4c276f100d (diff)
downloadscreen-upstream/3.9.5.tar.gz
Imported Upstream version 3.9.5upstream/3.9.5
Diffstat (limited to 'mark.h')
-rw-r--r--mark.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mark.h b/mark.h
index 5117569..4c3dd14 100644
--- a/mark.h
+++ b/mark.h
@@ -24,6 +24,8 @@
struct markdata
{
+ struct win *md_window;/* pointer to window we are working on */
+ struct user *md_user; /* The user who brought us up */
int cx, cy; /* cursor Position in WIN coords*/
int x1, y1; /* first mark in WIN coords */
int second; /* first mark dropped flag */