From 3ad44279c69b20201cee32b742cc78094bd87c6b Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Wed, 27 May 2026 21:42:12 +0200 Subject: drag n drop --- x.c.rej | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 x.c.rej (limited to 'x.c.rej') diff --git a/x.c.rej b/x.c.rej new file mode 100644 index 0000000..d81f5f2 --- /dev/null +++ b/x.c.rej @@ -0,0 +1,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 { -- cgit