<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs, branch 3713346f</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3713346f</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3713346f'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2016-05-30T16:10:32+00:00</updated>
<entry>
<title>nx-X11/programs/Xserver/{hw/nxagent/NX,render/}picture.c: add and use new function ReduceCompositeOp().</title>
<updated>2016-05-30T16:10:32+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ïonic@ionic.de</email>
</author>
<published>2016-05-30T16:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=cad9f4ef87ddf4e2865783ce7ea7e772d7b196b7'/>
<id>urn:sha1:cad9f4ef87ddf4e2865783ce7ea7e772d7b196b7</id>
<content type='text'>
More or less just an optimization for more "trivial" composite operations
requiring less work, but syncs up the newer X.Org Server and nx-libs a bit
more.
</content>
</entry>
<entry>
<title>nx-X11/programs/Xserver/composite/Imakefile: add new file to SRCS and OBJS and define -DNXAGENT_SERVER while building the Composite extension to disable some code that depends upon a newer X.Org architecture.</title>
<updated>2016-05-30T16:03:35+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ïonic@ionic.de</email>
</author>
<published>2016-04-09T19:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=dd9eb3adfd46750aa90574e09953deec8d19428e'/>
<id>urn:sha1:dd9eb3adfd46750aa90574e09953deec8d19428e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc nx-X11/{programs/Xserver/composite,include/extensions}: update to Composite 0.4 - with changes where neccessary and rough edges.</title>
<updated>2016-05-30T16:03:35+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ïonic@ionic.de</email>
</author>
<published>2016-04-09T19:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=be824bc8d78260d4c7ac64f298cb8b528564a4fb'/>
<id>urn:sha1:be824bc8d78260d4c7ac64f298cb8b528564a4fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx-X11/programs/Xserver/{dix/{colormap.c,window.c},hw/nxagent/NXwindow.c,include/{colormap,window{,str}}.h}: backport features needed for Composite 0.4.</title>
<updated>2016-05-25T02:55:33+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ïonic@ionic.de</email>
</author>
<published>2016-04-09T19:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f7cff021e063021a5ff206f4cd6b7b160465f03e'/>
<id>urn:sha1:f7cff021e063021a5ff206f4cd6b7b160465f03e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/Display.c: Avoid incompatible pointer type.</title>
<updated>2016-05-13T03:30:03+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-05-03T17:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=52dc49607e244c0e39b5d7cbdb8b41755f078aac'/>
<id>urn:sha1:52dc49607e244c0e39b5d7cbdb8b41755f078aac</id>
<content type='text'>
 Amends the following compiler warning

 Display.c: In function ‘nxagentMakeIcon’:
 Display.c:1949:18: warning: assignment from incompatible pointer type
      agentIconData=x2goagentIconData;
                  ^
 Display.c:1954:18: warning: assignment from incompatible pointer type
      agentIconData=nxagentIconData;
                  ^
 Display.c:2001:41: warning: passing argument 3 of ‘XpmCreatePixmapFromData’ from incompatible pointer type
                                          agentIconData,
                                          ^
 In file included from Icons.h:22:0,
                  from Display.c:67:
 X11/include/xpm_nxagent.h:242:6: note: expected ‘char **’ but argument is of type ‘char *’
  FUNC(XpmCreatePixmapFromData, int, (Display *display,
       ^
 X11/include/xpm_nxagent.h:230:32: note: in definition of macro ‘FUNC’
  #define FUNC(f, t, p) extern t f p
</content>
</entry>
<entry>
<title>hw/nxagent/Display.c: Define Pixmap from XlibPixmap before including Icons.h (which includes hw/nxagent/X11/include/xpm_nxagent.h).</title>
<updated>2016-05-13T03:30:03+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-05-03T17:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a0e5589edf49f6f43631ce4ee7458e2dce4994e5'/>
<id>urn:sha1:a0e5589edf49f6f43631ce4ee7458e2dce4994e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/Holder.c: Define Pixmap from XlibPixmap before including hw/nxagent/X11/include/xpm_nxagent.h.</title>
<updated>2016-05-13T03:30:03+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-05-03T15:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e79fe3b9a1d04ba4d3c16680ce39b1bd5cdb0607'/>
<id>urn:sha1:e79fe3b9a1d04ba4d3c16680ce39b1bd5cdb0607</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/Events.c: Avoid '#endif &lt;empty line&gt; #ifdef DEBUG' blocks.</title>
<updated>2016-05-13T03:30:03+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2016-04-19T08:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=b91135b0c80b95e491474f17fb112446b1689d8b'/>
<id>urn:sha1:b91135b0c80b95e491474f17fb112446b1689d8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/NXmiexpose.c: Initialize all items of the newValues[] array.</title>
<updated>2016-05-13T03:29:52+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-22T00:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=c2de5f1989d2c7276af5548a4b6cc35ed50f5e16'/>
<id>urn:sha1:c2de5f1989d2c7276af5548a4b6cc35ed50f5e16</id>
<content type='text'>
 Amends the following compiler warnings:

 ```
 NXmiexpose.c:904:18: warning: ‘newValues[2].ptr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    gcval[i++].ptr = newValues[TILE].ptr;
                   ^
 NXmiexpose.c:914:24: warning: ‘newValues[1].val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
       if ( pGC-&gt;fgPixel != newValues[FOREGROUND].val) {
                         ^
 ```
</content>
</entry>
<entry>
<title>hw/nxagent/Keystroke.c: Fix warning: pointer type mismatch in conditional expression.</title>
<updated>2016-05-02T13:38:35+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-21T21:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=021023202a2c96f37197cc64268003f4fb9e5ad5'/>
<id>urn:sha1:021023202a2c96f37197cc64268003f4fb9e5ad5</id>
<content type='text'>
</content>
</entry>
</feed>
