[X2Go-Commits] nx-libs.git - build-baikal (branch) updated: redist-server/3.5.0.14-13-gf6adfd1

X2Go dev team git-admin at x2go.org
Fri Aug 30 16:25:31 CEST 2013


The branch, build-baikal has been updated
       via  f6adfd1fa2d5afc98166486b905305ad718853d1 (commit)
      from  b8db5192d8b60c4371aa339e0762268efd62d53f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |    5 ++
 .../204-nxagent_repaint-solidpict.full.patch       |   53 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 3 files changed, 59 insertions(+)
 create mode 100644 debian/patches/204-nxagent_repaint-solidpict.full.patch

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 90f1732..c2c83bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 nx-libs (2:3.5.0.15-0) UNRELEASED; urgency=low
 
+  [ Mike Gabriel ]
   * Improve 020_add-nxagent-wrapper.full.patch: Properly set NX_TEMP, make
     sure nxagent launches even with pam_tmpdir.so being in use.
   * Improve 023_add-x2goagent-wrapper.full.patch: Properly set NX_TEMP, make
@@ -17,6 +18,10 @@ nx-libs (2:3.5.0.15-0) UNRELEASED; urgency=low
     option to nxproxy options and forces nxproxy to bind to loopback devices
     only.
 
+  [ Oleksandr Shneyder ]
+  * Add patch: 204-nxagent_repaint-solidpict.full.patch. Fixes repainting of
+    SolidFill pictures by nxagent/x2goagent on reconnects.
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 28 Jun 2012 14:54:51 +0200
 
 nx-libs (2:3.5.0.14-0) unstable; urgency=low
diff --git a/debian/patches/204-nxagent_repaint-solidpict.full.patch b/debian/patches/204-nxagent_repaint-solidpict.full.patch
new file mode 100644
index 0000000..139a46a
--- /dev/null
+++ b/debian/patches/204-nxagent_repaint-solidpict.full.patch
@@ -0,0 +1,53 @@
+Description: Fix repainting of SolidFill pictures with libcairo > 1.12.x
+Author: Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>
+diff -rupN a/nx-X11/programs/Xserver/hw/nxagent/Render.c b/nx-X11/programs/Xserver/hw/nxagent/Render.c
+--- a/nx-X11/programs/Xserver/hw/nxagent/Render.c	2012-05-16 18:05:07.000000000 +0200
++++ b/nx-X11/programs/Xserver/hw/nxagent/Render.c	2012-09-20 20:53:37.893459269 +0200
+@@ -2689,11 +2689,17 @@ void nxagentReconnectPicture(pointer p0,
+     #endif
+   }
+ 
+-  if (!pForm)
++  if (!pForm && pPicture->pSourcePict)
+   {
+-    *pBool = False;
+-
+-    return;
++        /*possible we need to add support for other picture types, for example gradients...*/
++        switch(pPicture->pSourcePict->type)
++        {
++        case SourcePictTypeSolidFill:
++            nxagentPicturePriv(pPicture) -> picture = XRenderCreateSolidFill(nxagentDisplay,
++                    (const XRenderColor*) &pPicture->pSourcePict->solidFill.fullColor);
++            break;
++        }
++        return;
+   }
+ 
+   #ifdef TEST
+diff -rupN a/nx-X11/programs/Xserver/hw/nxagent/X/NXpicture.c b/nx-X11/programs/Xserver/hw/nxagent/X/NXpicture.c
+--- a/nx-X11/programs/Xserver/hw/nxagent/X/NXpicture.c	2010-11-11 21:18:00.000000000 +0100
++++ b/nx-X11/programs/Xserver/hw/nxagent/X/NXpicture.c	2012-09-20 20:54:50.209817849 +0200
+@@ -1137,6 +1137,10 @@ CreateSolidPicture (Picture pid, xRender
+     }
+     pPicture->pSourcePict->type = SourcePictTypeSolidFill;
+     pPicture->pSourcePict->solidFill.color = xRenderColorToCard32(*color);
++    pPicture->pSourcePict->solidFill.fullColor.alpha=color->alpha;
++    pPicture->pSourcePict->solidFill.fullColor.red=color->red;
++    pPicture->pSourcePict->solidFill.fullColor.green=color->green;
++    pPicture->pSourcePict->solidFill.fullColor.blue=color->blue;
+     return pPicture;
+ }
+ 
+diff -rupN a/nx-X11/programs/Xserver/hw/nxagent/X/NXpicturestr.h b/nx-X11/programs/Xserver/hw/nxagent/X/NXpicturestr.h
+--- a/nx-X11/programs/Xserver/hw/nxagent/X/NXpicturestr.h	2010-10-22 16:04:24.000000000 +0200
++++ b/nx-X11/programs/Xserver/hw/nxagent/X/NXpicturestr.h	2012-09-20 20:55:31.106020653 +0200
+@@ -95,6 +95,7 @@ typedef struct _PictTransform {
+ typedef struct _PictSolidFill {
+     unsigned int type;
+     CARD32 color;
++    xRenderColor fullColor;
+ } PictSolidFill, *PictSolidFillPtr;
+ 
+ typedef struct _PictGradientStop {
+
diff --git a/debian/patches/series b/debian/patches/series
index 3c4a167..b97897d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -39,6 +39,7 @@
 201_nxagent_set-x2go-icon-if-x2goagent-flavour.full.patch
 202_nx-x11_enable-xinerama.full.patch
 203_nxagent_disable-rootless-exit.full.patch
+204-nxagent_repaint-solidpict.full.patch
 209_x2goagent-add-man-page.full.patch
 220_nxproxy-bind-loopback-only.full+lite.patch
 300_nxagent_set-wm-class.full.patch


hooks/post-receive
-- 
nx-libs.git (NX (redistributed))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).




More information about the x2go-commits mailing list