[X2Go-Commits] [x2gokdriveclient] 01/01: include <xcb/xproto.h> in extwin.h to fix build on leap423 and co

git-admin at x2go.org git-admin at x2go.org
Thu Mar 17 16:56:52 CET 2022


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 at 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 at 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


More information about the x2go-commits mailing list