diff options
author | Mihai Moldovan <ionic@ionic.de> | 2018-02-27 01:07:02 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2018-02-27 01:07:02 +0100 |
commit | 92d806399c69fda03275dcc23758498f9321434c (patch) | |
tree | ccd0a621cc80b4853d6f7e262388b207db16dc4f /nx-X11/programs/Xserver/hw/nxagent/GC.c | |
parent | 751760421f6644c22e30baa6ee8e791642d6a04d (diff) | |
parent | 0371276fb4030261878dd6cfced9abd7bcd6137f (diff) | |
download | nx-libs-92d806399c69fda03275dcc23758498f9321434c.tar.gz nx-libs-92d806399c69fda03275dcc23758498f9321434c.tar.bz2 nx-libs-92d806399c69fda03275dcc23758498f9321434c.zip |
Merge branch 'sunweaver-pr/version-cmdline-option' into 3.6.x
Attributes GH PR #660: https://github.com/ArcticaProject/nx-libs/pull/660
Fixes: ArcticaProject/nx-libs#653
Fixes: ArcticaProject/nx-libs#639
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/GC.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/GC.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/GC.c b/nx-X11/programs/Xserver/hw/nxagent/GC.c index b6bff4cf2..2fac2f100 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/GC.c +++ b/nx-X11/programs/Xserver/hw/nxagent/GC.c @@ -962,7 +962,7 @@ static void nxagentAddGCToList(GCPtr pGC) nxagentGCList.size++; } -void nxagentFreeGCList() +void nxagentFreeGCList(void) { struct nxagentGCRec *tempGC; @@ -977,7 +977,7 @@ void nxagentFreeGCList() } } -static void nxagentRestoreGCList() +static void nxagentRestoreGCList(void) { struct nxagentGCRec *tempGC; @@ -1215,7 +1215,7 @@ void nxagentDisconnectGC(void * p0, XID x1, void * p2) } } -Bool nxagentDisconnectAllGCs() +Bool nxagentDisconnectAllGCs(void) { int cid; Bool success = True; |