This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from fa64159 support sending and recieving selections on demand. Support reading and writing INCR properties. new 9e46d95 include xcb/xproto.h header The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + displayarea.cpp | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
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@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@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