This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from 8b290e3 replace QByteArray::compare with operator ==. new 82ea392 include <xcb/xproto.h> in extwin.h to fix build on leap423 and co 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 + extwin.h | 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 82ea3920fb4e740f6d7d16f56b40fd3c92788ddd Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Mar 17 09:55:39 2022 -0600 include <xcb/xproto.h> in extwin.h to fix build on leap423 and co --- debian/changelog | 1 + extwin.h | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3a0fa7b..aa3438b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,5 +44,6 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - improve WM updates procedure. - sending KEYRELEASE immediately after KEYPRESS to avoid the "key sticking". - replace QByteArray::compare with operator ==. + - include <xcb/xproto.h> in extwin.h to fix build on leap423 and co -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/extwin.h b/extwin.h index c87b982..db37947 100644 --- a/extwin.h +++ b/extwin.h @@ -23,6 +23,7 @@ #include <QMainWindow> #ifdef Q_OS_LINUX #include <QX11Info> +#include <xcb/xproto.h> #endif #include "client.h" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git