X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.h;h=79dd47ea2b078b19285c57bdbdad41cfee53157d;hb=5683b1f80c5ac274adf98517ce2217b4d4896243;hp=71c79f4c83c86021aa55b3f04d8489f5c41ee399;hpb=416dd257274fd334be082b1138338adffa3e2d5e;p=st.git diff --git a/st.h b/st.h index 71c79f4..79dd47e 100644 --- a/st.h +++ b/st.h @@ -149,12 +149,7 @@ typedef struct { int x, y; } nb, ne, ob, oe; - char *primary, *clipboard; int alt; - struct timespec tclick1; - struct timespec tclick2; - - //Atom xtarget; } Selection; typedef union { @@ -201,7 +196,6 @@ void *xrealloc(void *, size_t); char *xstrdup(char *); /* Globals */ -extern TermWindow win; extern Term term; extern Selection sel; extern int cmdfd;