aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Rootless.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-26 12:22:15 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-26 13:02:00 +0100
commit99fb9817f6452df63b0c9258342086b5769ba468 (patch)
tree023e9491ffd3bd6f6f821353464a874f176d7935 /nx-X11/programs/Xserver/hw/nxagent/Rootless.c
parentdeeac7e0f50f4ca7346406325be2e3d26f74d750 (diff)
downloadnx-libs-99fb9817f6452df63b0c9258342086b5769ba468.tar.gz
nx-libs-99fb9817f6452df63b0c9258342086b5769ba468.tar.bz2
nx-libs-99fb9817f6452df63b0c9258342086b5769ba468.zip
hw/nxagent/: Use <function>(void) rather than <function>().
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Rootless.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Rootless.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Rootless.c b/nx-X11/programs/Xserver/hw/nxagent/Rootless.c
index a115dd155..82ec14fe9 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Rootless.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Rootless.c
@@ -118,7 +118,7 @@ static void nxagentRemovePropertyFromList(void);
static void nxagentPrintRootlessTopLevelWindowMap(void);
-void nxagentPrintRootlessTopLevelWindowMap()
+void nxagentPrintRootlessTopLevelWindowMap(void)
{
int i;
@@ -245,7 +245,7 @@ void nxagentCirculateRootlessWindows(int direction)
#ifdef DEBUG
-Bool nxagentRootlessTreesMatch()
+Bool nxagentRootlessTreesMatch(void)
{
Window root_return;
Window parent_return;
@@ -1178,7 +1178,7 @@ static struct{
* Removing first element from list.
*/
-void nxagentRemovePropertyFromList()
+void nxagentRemovePropertyFromList(void)
{
struct nxagentPropertyRec *tmp = nxagentPropertyList.first;
@@ -1242,7 +1242,7 @@ void nxagentAddPropertyToList(Atom property, WindowPtr pWin)
nxagentPropertyList.size++;
}
-void nxagentFreePropertyList()
+void nxagentFreePropertyList(void)
{
while (nxagentPropertyList.size != 0)
{