summaryrefslogtreecommitdiff
path: root/hw/xquartz/X11Application.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2009-11-04 13:34:20 -0800
committerJeremy Huddleston <jeremyhu@freedesktop.org>2009-11-05 18:34:50 -0800
commit6d6e8fb27f00f0c3128cef624b39a60aa754fdc8 (patch)
treef186c5ec4ccc5eda2b84d5e384fcf1f0b7753f90 /hw/xquartz/X11Application.h
parentf7b375bd141d0cf1e3add5443a5838dd8f554ef6 (diff)
XQuartz: Controller thread launches clients
This avoids a memory leak due to no active auto-release pool on the server thread. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
Diffstat (limited to 'hw/xquartz/X11Application.h')
-rw-r--r--hw/xquartz/X11Application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/X11Application.h b/hw/xquartz/X11Application.h
index 5e828a440..d7e9a5fa5 100644
--- a/hw/xquartz/X11Application.h
+++ b/hw/xquartz/X11Application.h
@@ -71,6 +71,7 @@ void X11ApplicationSetFrontProcess (void);
void X11ApplicationSetCanQuit (int state);
void X11ApplicationServerReady (void);
void X11ApplicationShowHideMenubar (int state);
+void X11ApplicationLaunchClient (const char *cmd);
void X11ApplicationMain(int argc, char **argv, char **envp);