[X2Go-Commits] [x2gokdriveclient] 01/01: include xcb/xproto.h header

git-admin at x2go.org git-admin at x2go.org
Thu Oct 1 15:16:07 CEST 2020


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gokdriveclient.

commit 9e46d95de6520fc00a0788d8a3ec717e87d74044
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Thu Oct 1 08:15:56 2020 -0500

    include xcb/xproto.h header
---
 debian/changelog | 1 +
 displayarea.cpp  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9f8af45..05d71ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,5 +26,6 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
     - send a recive feature versions.
     - give server some time for initialization before sending version.
     - support sending and recieving selections on demand. Support reading and writing INCR properties.
+    - include xcb/xproto.h header
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 04 Jun 2019 11:10:43 +0200
diff --git a/displayarea.cpp b/displayarea.cpp
index bdb9e1a..c536b44 100644
--- a/displayarea.cpp
+++ b/displayarea.cpp
@@ -33,6 +33,7 @@
 
 #ifdef Q_OS_LINUX
 #include <QX11Info>
+#include <xcb/xproto.h>
 #endif
 
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git


More information about the x2go-commits mailing list