Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Move X-specific selection info into XSelection
[st.git]
/
st.h
diff --git
a/st.h
b/st.h
index
8637d35
..
79dd47e
100644
(file)
--- a/
st.h
+++ b/
st.h
@@
-149,12
+149,7
@@
typedef struct {
int x, y;
} nb, ne, ob, oe;
int x, y;
} nb, ne, ob, oe;
- char *primary, *clipboard;
int alt;
int alt;
- struct timespec tclick1;
- struct timespec tclick2;
-
- //Atom xtarget;
} Selection;
typedef union {
} Selection;
typedef union {