Explorar o código

Fix copy paste on linux

luboslenco hai 1 semana
pai
achega
7792774553
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      base/sources/backends/linux_system.c

+ 1 - 0
base/sources/backends/linux_system.c

@@ -80,6 +80,7 @@ void iron_x11_init() {
 	XdndStatus = XInternAtom(x11_ctx.display, "XdndStatus", False);
 	XdndActionCopy = XInternAtom(x11_ctx.display, "XdndActionCopy", False);
 	XdndSelection = XInternAtom(x11_ctx.display, "XdndSelection", False);
+	CLIPBOARD = XInternAtom(x11_ctx.display, "CLIPBOARD", False);
 	UTF8_STRING = XInternAtom(x11_ctx.display, "UTF8_STRING", False);
 	XSEL_DATA = XInternAtom(x11_ctx.display, "XSEL_DATA", False);
 	TARGETS = XInternAtom(x11_ctx.display, "TARGETS", False);