blob: d81f5f2bbc6148df71ef099e9c1c17a5d9b5de5f (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- x.c
+++ x.c
@@ -231,6 +242,7 @@ static DC dc;
static XWindow xw;
static XSelection xsel;
static TermWindow win;
+const char XdndVersion = 5;
/* Font Ring Cache */
enum {
|