diff options
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Composite.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Composite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Composite.c b/nx-X11/programs/Xserver/hw/nxagent/Composite.c index 8f1579443..e48671879 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Composite.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Composite.c @@ -50,7 +50,7 @@ int nxagentCompositeEnable = UNDEFINED; -void nxagentCompositeExtensionInit() +void nxagentCompositeExtensionInit(void) { /* * Set the flag only if the initialization @@ -115,7 +115,7 @@ void nxagentCompositeExtensionInit() #endif } -void nxagentRedirectDefaultWindows() +void nxagentRedirectDefaultWindows(void) { int i; |