summaryrefslogtreecommitdiff
path: root/hw/xquartz/quartz.c
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2009-09-27 22:57:25 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2009-09-27 23:31:35 -0700
commit67a51cd9ef60b4c9f25fdde84f9eb352936c8c67 (patch)
tree6ada59e81c38bb2ae2808c9579d205df00ffb667 /hw/xquartz/quartz.c
parent96780eaf32636c94a9cf33f22eb9f01d984ff754 (diff)
XQuartz: Fix a bunch of compilation warnings about style
(cherry picked from commit 54000bdcbca52a2de31f7c1a1147de6d8e9dbbb8)
Diffstat (limited to 'hw/xquartz/quartz.c')
-rw-r--r--hw/xquartz/quartz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/quartz.c b/hw/xquartz/quartz.c
index 64933135d..c4142a801 100644
--- a/hw/xquartz/quartz.c
+++ b/hw/xquartz/quartz.c
@@ -366,7 +366,7 @@ void QuartzSetRootless(Bool state) {
* Calls mode specific screen resume to restore the X clip regions
* (if needed) and the X server cursor state.
*/
-void QuartzShow() {
+void QuartzShow(void) {
int i;
if (quartzServerVisible)