<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/include, 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-25T02:55:33+00:00</updated>
<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>Adapt API for MakeAtom() and CopyISOLatin1Lowered to latest changes in X.org.</title>
<updated>2016-05-02T13:35:45+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-21T14:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=fb832b01e9a497d6e59d026cdd58068101f4c4cb'/>
<id>urn:sha1:fb832b01e9a497d6e59d026cdd58068101f4c4cb</id>
<content type='text'>
 This requires adaptations of arguments' types for the external
 references to MakeAtom() and CopyISOLatin1Lowered().

 These adaptations have been required in Xserver/include/dix.h,
 Xserver/include/dixfonts.c Xserver/dix/atom.c, Xserver/dix/dixutils.c,
 Xserver/os/oscolor.c.
</content>
</entry>
<entry>
<title>Add REGION_ macros for source compatibility with existing drivers.</title>
<updated>2016-05-02T12:53:06+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-18T12:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=12020463167af75a0f2958827da07bbf66467bc8'/>
<id>urn:sha1:12020463167af75a0f2958827da07bbf66467bc8</id>
<content type='text'>
This makes the region code changes source compatible with existing
code, although none of them are used within the server source itself.

In NX, this patch is not really necessary, but it has been backported
with the previous patches for the sake of backporting the complete
mi/miregion.c -&gt; dix/region.c change in X.Org.

v1: Keith Packard &lt;keithp@keithp.com&gt;
v2: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt; (backported to nx-libs)
</content>
</entry>
<entry>
<title>Change region implementation names to eliminate the 'mi' prefix</title>
<updated>2016-05-02T12:53:06+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-18T12:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=b0e69fe350d9ede82b1c2238df2d43028c868204'/>
<id>urn:sha1:b0e69fe350d9ede82b1c2238df2d43028c868204</id>
<content type='text'>
This prepares the file to be moved from mi to dix. This patch
was done mechanically with the included scripts 'fix-miregion' run over
the entire X server and 'fix-miregion-private' run over
include/regionstr.h and mi/miregion.c.

v1: Keith Packard &lt;keithp@keithp.com&gt;
v2: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt; (backported to nx-libs)
</content>
</entry>
<entry>
<title>pixman-devel: Build against shared library pkg-config(pixman-1).</title>
<updated>2016-05-02T12:53:06+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-18T04:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d9e7f6ae42b30e32619e1d0979598c2ba2288a3e'/>
<id>urn:sha1:d9e7f6ae42b30e32619e1d0979598c2ba2288a3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change region implementation from macros to inline functions.</title>
<updated>2016-05-02T12:53:06+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-18T04:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=4a8d6eca395e1ec0490e20e7971177f688da18ec'/>
<id>urn:sha1:4a8d6eca395e1ec0490e20e7971177f688da18ec</id>
<content type='text'>
This makes all of the previous macros into inline functions and also
turns all of the direct calls to pixman region code into inline
functions as well.

v1: Keith Packard &lt;keithp@keithp.com&gt;
v2: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>Rename region macros to eliminate screen argument</title>
<updated>2016-05-02T12:53:06+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-16T10:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=63f1fff8fe1e7f94ebc0a72df773c6f77531f7a4'/>
<id>urn:sha1:63f1fff8fe1e7f94ebc0a72df773c6f77531f7a4</id>
<content type='text'>
This is a huge mechanical patch and a few small fixups required to finish
the job. They were reviewed separately, but because the server does not
build without both pieces, I've merged them together at this time.

The mechanical changes were performed by running the included
'fix-region' script over the whole nx-X11/programs/Xserver tree:

$ cd nx-X11/programs/Xserver &amp;&amp; ( git ls-files | grep -v '^fix-' | xargs ./fix-region; )

And then, the white space errors in the resulting patch were fixed
using the provided fix-patch-whitespace script.

$ sh ./fix-patch-whitespace

Thanks to Jamey Sharp for the mighty fine sed-generating sed script.

v1: Keith Packard &lt;keithp@keithp.com&gt; (X.Org xserver commit: 2dc138922b7588515d5f2447e4b9dcdc0bef15e0)
v2: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt; (apply fix-region script to nx-libs)
</content>
</entry>
<entry>
<title>Xserver globals.h: Make PanoramiXExtensionDisabledHack globally available.</title>
<updated>2015-12-29T23:05:54+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-10-07T18:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=4ba8df855379c631e7afb1a6bba8f1fb93621d19'/>
<id>urn:sha1:4ba8df855379c631e7afb1a6bba8f1fb93621d19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pointer typedef in Xdefs.h: also catch Xdefs.h include in include/misc.h, make undoing the FIXME more obvious.</title>
<updated>2015-12-28T21:32:52+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-12-28T21:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=b7f155654ae2c5b8e91f06f3a8542ef588efefd2'/>
<id>urn:sha1:b7f155654ae2c5b8e91f06f3a8542ef588efefd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pointer typedef in Xdefs.h: Define pointer type for building against older Xlib versions that still expect the pointer type to exist (e.g. Ubuntu &lt;= 14.04, Debian &lt;= 7.0).</title>
<updated>2015-12-28T14:53:09+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-12-28T14:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=96e1f867d8cbc76d1b2ed493ec05ef5f5ec48494'/>
<id>urn:sha1:96e1f867d8cbc76d1b2ed493ec05ef5f5ec48494</id>
<content type='text'>
</content>
</entry>
</feed>
