<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/Xext, branch pr/various9</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2023-04-27T12:13:31+00:00</updated>
<entry>
<title>Imakefiles: delete trailing whitespace</title>
<updated>2023-04-27T12:13:31+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2021-11-18T22:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=03c40f15c45dc100e958d3a4798a9bf83ce0df34'/>
<id>urn:sha1:03c40f15c45dc100e958d3a4798a9bf83ce0df34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xext: drop NX_ALTERNATIVEPOLICYFILE</title>
<updated>2021-01-18T10:40:37+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2021-01-16T22:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a26011503c7c64549a11ff679f504f3ad2dce081'/>
<id>urn:sha1:a26011503c7c64549a11ff679f504f3ad2dce081</id>
<content type='text'>
We can now also drop all remaining NX specific lines from the security.c

see ArcticaProject/nx-libs#988
</content>
</entry>
<entry>
<title>Xext: use $USRDATADIR/SecurityPolicy</title>
<updated>2021-01-18T10:40:37+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2021-01-16T22:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=689f811ba1bac8caee40e50149127e5c81ec575c'/>
<id>urn:sha1:689f811ba1bac8caee40e50149127e5c81ec575c</id>
<content type='text'>
This reflects the path where the file is placed after installation.

It also obsoletes the NX_ALTERNATIVEPOLICYFILE.

Fixes ArcticaProject/nx-libs#988
</content>
</entry>
<entry>
<title>Xext: include limits.h</title>
<updated>2021-01-15T23:27:16+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2021-01-04T19:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=46c9c493f083ef180c690533eef218eb82684eaa'/>
<id>urn:sha1:46c9c493f083ef180c690533eef218eb82684eaa</id>
<content type='text'>
Is required for compilations with musl.

See ArcticaProjects/nx-libs#975 and ArcticaProjects/nx-libs#976
</content>
</entry>
<entry>
<title>Xext/panoramiX.c: rename shadowing variables</title>
<updated>2020-11-03T18:53:07+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-10-02T20:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=1701a4a441d719cd5660cf3550cf2e5a62027a1d'/>
<id>urn:sha1:1701a4a441d719cd5660cf3550cf2e5a62027a1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Init.c Use dpmsstubs.c instead of an own copy</title>
<updated>2020-05-07T12:57:15+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-18T12:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=679e11182c22bcb2408daf784d32586537a9580b'/>
<id>urn:sha1:679e11182c22bcb2408daf784d32586537a9580b</id>
<content type='text'>
Derived from

  commit 978f3b496b9951ee8120a0efcc5cd12503e26770
  Author: Roland Mainz &lt;roland.mainz@nrubsig.org&gt;
  Date:   Sat Mar 5 21:38:29 2005 +0000

    xc/programs/Xserver/Imakefile
    xc/programs/Xserver/hw/xnest/Imakefile
    //bugs.freedesktop.org/show_bug.cgi?id=2653) attachment #2020
        (https://bugs.freedesktop.org/attachment.cgi?id=2020): Cleanup Xnest
        usage of the DPMS dummy stub functions from dpmsstubs.c instead of
        using it's own copy of these functions.

Fixes ArcticaProject/nx-libs#901
</content>
</entry>
<entry>
<title>Xext: rename saver's EventType to SaverEventType.</title>
<updated>2020-05-07T10:55:04+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-11T18:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=ad90098f107832c9e975fb9780ea3dbecb4a0d56'/>
<id>urn:sha1:ad90098f107832c9e975fb9780ea3dbecb4a0d56</id>
<content type='text'>
Backport of this xorg-xserver commit:

  commit cfd3443fe81685e91a53063dee58e24a5684dc29
  Author: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
  Date:   Wed Jan 28 13:34:10 2009 +1000

    Xext: rename saver's EventType to SaverEventType.

    Avoid namespace clashing with the internal events.

    Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
</entry>
<entry>
<title>Xext: Fix cursor reference counting hazard.</title>
<updated>2020-05-07T10:55:04+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-11T18:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=238a4b68197bce7c99d37cbefedde2a1b824a9b2'/>
<id>urn:sha1:238a4b68197bce7c99d37cbefedde2a1b824a9b2</id>
<content type='text'>
Backport of this xorg-xserver patch:

  commit 3083c5d0c4386cdd7083b7a83ac72fdad2f1e61e
  Author: Michel Dänzer &lt;daenzer@vmware.com&gt;
  Date:   Mon Mar 22 18:01:17 2010 +0100

    Xext: Fix cursor reference counting hazard.

    Make sure the reference count of the new cursor is increased before the old
    one is decreased, otherwise bad things will happen if they're one and the
    same and the reference count is 1 initially. Not sure this can actually happen
    here, but better safe than sorry.

    Signed-off-by: Michel Dänzer &lt;daenzer@vmware.com&gt;
    Reviewed-by: Roland Scheidegger &lt;sroland@vmware.com&gt;
    Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>X.Org bug 4947/Sun bug 6646626: Xv extension not byte-swapping properly</title>
<updated>2020-01-05T23:50:30+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-12-17T23:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f5348bdc4a929b1455369ed1b237b82336da496a'/>
<id>urn:sha1:f5348bdc4a929b1455369ed1b237b82336da496a</id>
<content type='text'>
Fixes ArcticaProject/nx-libs#165

  commit dfd682b582636a36345144bcf835e3ee46718d90
  Author: Alan Coopersmith &lt;alan.coopersmith@sun.com&gt;
  Date:   Wed Jan 2 19:27:22 2008 -0800

    X.Org bug 4947/Sun bug 6646626: Xv extension not byte-swapping properly

    X.Org Bugzilla #4947 &lt;https://bugs.freedesktop.org/show_bug.cgi?id=4947&gt;
    Sun bug 6646626 &lt;http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6646626&gt;

    Don't use swapped data after swapping it.   When done swapping data,
    send the swapped data, not the address of the pointer to it, to the client.
</content>
</entry>
<entry>
<title>os: unifdef ISC</title>
<updated>2020-01-05T23:49:55+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-11-07T21:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=5fb7f53c6f06df54e7fb45498d697d17483565b6'/>
<id>urn:sha1:5fb7f53c6f06df54e7fb45498d697d17483565b6</id>
<content type='text'>
</content>
</entry>
</feed>
