aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/st.h b/st.h
index 8637d35..79dd47e 100644
--- a/st.h
+++ b/st.h
@@ -149,12 +149,7 @@ typedef struct {
149 int x, y; 149 int x, y;
150 } nb, ne, ob, oe; 150 } nb, ne, ob, oe;
151 151
152 char *primary, *clipboard;
153 int alt; 152 int alt;
154 struct timespec tclick1;
155 struct timespec tclick2;
156
157 //Atom xtarget;
158} Selection; 153} Selection;
159 154
160typedef union { 155typedef union {