<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/hw/nxagent, branch 3.5.99.23</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.23</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.23'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2020-01-30T10:50:01+00:00</updated>
<entry>
<title>release 3.5.99.23</title>
<updated>2020-01-30T10:50:01+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2020-01-30T10:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=82fc54e577c56ee3952f14c4a5c9f50c16645591'/>
<id>urn:sha1:82fc54e577c56ee3952f14c4a5c9f50c16645591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxagent: rename variables that shadow globals</title>
<updated>2020-01-25T20:54:33+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-25T20:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=4821edfe0ecc2296745c4c5fcaa4c08245673c6e'/>
<id>urn:sha1:4821edfe0ecc2296745c4c5fcaa4c08245673c6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Events.c: fix capslock weirdness (re-add lost code)</title>
<updated>2020-01-25T20:20:28+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-25T14:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=2adab29728f9598c3e1bbd89d7e1f11eeab1bcf6'/>
<id>urn:sha1:2adab29728f9598c3e1bbd89d7e1f11eeab1bcf6</id>
<content type='text'>
This was removed by mistake in 39866f5c133230e5731156c2356c8571c971534c.

Fixes ArcticaProject/nx-libs#904
</content>
</entry>
<entry>
<title>compext/Clean.c: fix shadow warnings / scope</title>
<updated>2020-01-09T23:25:46+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-09T22:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=870746222abbecd16f113b93a4420846b2d5d510'/>
<id>urn:sha1:870746222abbecd16f113b93a4420846b2d5d510</id>
<content type='text'>
Clean.c: In function ‘CleanZImage’:
Clean.c:141:23: warning: declaration of ‘j’ shadows a previous local [-Wshadow=local]
       register int i, j;
                       ^
Clean.c:88:16: note: shadowed declaration is here
   unsigned int j;
                ^
Clean.c: In function ‘CopyAndCleanImage’:
Clean.c:239:22: warning: declaration of ‘i’ shadows a previous local [-Wshadow=compatible-local]
         register int i;
                      ^
Clean.c:192:16: note: shadowed declaration is here
   register int i;
                ^
Clean.c:324:13: warning: declaration of ‘i’ shadows a previous local [-Wshadow=compatible-local]
         int i;
             ^
Clean.c:192:16: note: shadowed declaration is here
   register int i;
                ^
</content>
</entry>
<entry>
<title>Drawable.c: fix logic broken by scope cleanup</title>
<updated>2020-01-09T23:25:31+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-08T22:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=fbfef7e62afa32f95c6d8e97aba6f13ab3493332'/>
<id>urn:sha1:fbfef7e62afa32f95c6d8e97aba6f13ab3493332</id>
<content type='text'>
xp must be declared outside the while loop!

xp was reset in each interation despite being increased at the
iteration's end!

To protect against this happening again replace the while loop by a
for loop that references xp.

Bug introduced by d94f472744355c71987d145727aecace1e8455b6
</content>
</entry>
<entry>
<title>Cursor.c: drop unused return code for nxagentDisconnectAllCursor</title>
<updated>2020-01-09T21:07:42+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-09T20:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=32b64d7d78a7986d3887c6892dd36be205897d80'/>
<id>urn:sha1:32b64d7d78a7986d3887c6892dd36be205897d80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pixmap.c: drop unused return code for nxagentDisconnectAllPixmaps</title>
<updated>2020-01-09T20:53:38+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-09T20:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=33fbc6211cdc9184b1cf7a054a895dc43599afb5'/>
<id>urn:sha1:33fbc6211cdc9184b1cf7a054a895dc43599afb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pixmap.c: fix variable shadowing</title>
<updated>2020-01-09T20:51:57+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-09T20:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=7977b9f8f1c6b0ab9a37ce33fc53b8ef36400262'/>
<id>urn:sha1:7977b9f8f1c6b0ab9a37ce33fc53b8ef36400262</id>
<content type='text'>
Pixmap.c: In function ‘nxagentDisconnectAllPixmaps’:
Pixmap.c:677:19: warning: declaration of ‘r’ shadows a previous local [-Wshadow=compatible-local]
   for (int i = 0, r = 1; i &lt; MAXCLIENTS; r = 1, i++)
                   ^
Pixmap.c:652:7: note: shadowed declaration is here
   int r = 1;
       ^
Pixmap.c: In function ‘nxagentReconnectAllPixmaps’:
Pixmap.c:840:19: warning: declaration of ‘result’ shadows a previous local [-Wshadow=compatible-local]
   for (int i = 0, result = 1; i &lt; MAXCLIENTS; result = 1, i++)
                   ^~~~~~
Pixmap.c:807:8: note: shadowed declaration is here
   Bool result = 1;
        ^~~~~~
</content>
</entry>
<entry>
<title>Display.c: fix shadowed/unused variable</title>
<updated>2020-01-09T20:25:31+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-09T20:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a93e25077c84f08a1aeea88968c3629909961a92'/>
<id>urn:sha1:a93e25077c84f08a1aeea88968c3629909961a92</id>
<content type='text'>
Display.c: In function ‘nxagentInitAndCheckVisuals’:
Display.c:2273:10: warning: declaration of ‘matched’ shadows a previous local [-Wshadow=compatible-local]
     bool matched = false;
          ^~~~~~~
Display.c:2258:8: note: shadowed declaration is here
   bool matched;
        ^~~~~~~
Display.c:2258:8: warning: unused variable ‘matched’ [-Wunused-variable]
</content>
</entry>
<entry>
<title>Events.c: fix two shadowed variables</title>
<updated>2020-01-09T20:13:02+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-09T20:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=7031219d94573bcf1ae4213cb62182a1002e0a7b'/>
<id>urn:sha1:7031219d94573bcf1ae4213cb62182a1002e0a7b</id>
<content type='text'>
Events.c: In function ‘nxagentDispatchEvents’:
Events.c:1241:21: warning: declaration of ‘pScreen’ shadows a previous local [-Wshadow=compatible-local]
           ScreenPtr pScreen = nxagentScreen(X.xbutton.window);
                     ^~~~~~~
Events.c:827:13: note: shadowed declaration is here
   ScreenPtr pScreen = NULL;
             ^~~~~~~
Events.c:1383:19: warning: declaration of ‘pScreen’ shadows a previous local [-Wshadow=compatible-local]
         ScreenPtr pScreen = nxagentScreen(X.xmotion.window);
                   ^~~~~~~
Events.c:827:13: note: shadowed declaration is here
   ScreenPtr pScreen = NULL;
             ^~~~~~~

Events.c: In function ‘nxagentDispatchEvents’:
Events.c:1383:19: warning: declaration of ‘pScreen’ shadows a previous local [-Wshadow=compatible-local]
         ScreenPtr pScreen = nxagentScreen(X.xmotion.window);
                   ^~~~~~~
Events.c:827:13: note: shadowed declaration is here
   ScreenPtr pScreen = NULL;
             ^~~~~~~
</content>
</entry>
</feed>
