diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-28 11:47:49 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-28 11:49:19 -0700 |
commit | e9734306088e12f2cd68bf347ecf8415be4f0268 (patch) | |
tree | 965436e7dee15bd9c27d131b0d139b5bf5be0c60 /hw/xquartz/X11Controller.h | |
parent | 4b46fc931e61bec0abd6a86062e46dd7a408e745 (diff) |
XQuartz: More startup / threading house cleaning.
(cherry picked from commit 72653c24c00dfba64ce35a3d400598bcd77defc1)
Diffstat (limited to 'hw/xquartz/X11Controller.h')
-rw-r--r-- | hw/xquartz/X11Controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/X11Controller.h b/hw/xquartz/X11Controller.h index d33752ead..7942bc44b 100644 --- a/hw/xquartz/X11Controller.h +++ b/hw/xquartz/X11Controller.h @@ -100,6 +100,6 @@ #endif /* __OBJC__ */ -void X11ControllerMain(int argc, const char **argv); +void X11ControllerMain(int argc, char **argv, char **envp); #endif /* X11CONTROLLER_H */ |