diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 | ||
160 | typedef union { | 155 | typedef union { |