summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-01-11 08:28:23 +0100
committerJulien Cristau <jcristau@debian.org>2009-01-11 08:54:11 +0100
commitdba3b1944d04232f88bb310277639f2c1adcbe08 (patch)
tree3f4af5bcce92d1838f6d2eb1a806fb6faf38bf48 /hw
parenta2a760e33c17e211650b1f53c05a89c013916cf3 (diff)
Xvfb: ANSI cleanups
Diffstat (limited to 'hw')
-rw-r--r--hw/vfb/InitInput.c2
-rw-r--r--hw/vfb/InitOutput.c10
2 files changed, 6 insertions, 6 deletions
diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c
index feb7ad1be..d2abfc242 100644
--- a/hw/vfb/InitInput.c
+++ b/hw/vfb/InitInput.c
@@ -48,7 +48,7 @@ LegalModifier(unsigned int key, DeviceIntPtr pDev)
}
void
-ProcessInputEvents()
+ProcessInputEvents(void)
{
mieqProcessInputEvents();
}
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index bcfb2ef7b..af3e8f1d4 100644
--- a/hw/vfb/InitOutput.c
+++ b/hw/vfb/InitOutput.c
@@ -163,7 +163,7 @@ vfbBitsPerPixel(int depth)
}
void
-ddxGiveUp()
+ddxGiveUp(void)
{
int i;
@@ -214,7 +214,7 @@ ddxGiveUp()
}
void
-AbortDDX()
+AbortDDX(void)
{
ddxGiveUp();
}
@@ -227,12 +227,12 @@ DarwinHandleGUI(int argc, char *argv[])
#endif
void
-OsVendorInit()
+OsVendorInit(void)
{
}
void
-OsVendorFatalError()
+OsVendorFatalError(void)
{
}
@@ -244,7 +244,7 @@ void ddxBeforeReset(void)
#endif
void
-ddxUseMsg()
+ddxUseMsg(void)
{
ErrorF("-screen scrn WxHxD set screen's width, height, depth\n");
ErrorF("-pixdepths list-of-int support given pixmap depths\n");