[vte/vte-0-34] pty: Move spawn flag define to vtepty.h



commit 364d5b5252b7dce4358ad25fc0249ccd843155d4
Author: Christian Persch <chpe gnome org>
Date:   Sat Jun 8 13:47:00 2013 +0200

    pty: Move spawn flag define to vtepty.h

 src/vte.h    |    2 --
 src/vtepty.h |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/vte.h b/src/vte.h
index 18740af..fb1da5c 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -269,8 +269,6 @@ VtePty *vte_terminal_pty_new (VteTerminal *terminal,
 void vte_terminal_watch_child (VteTerminal *terminal,
                                GPid child_pid);
 
-#define VTE_SPAWN_NO_PARENT_ENVV (1 << 25)
-
 gboolean vte_terminal_fork_command_full(VteTerminal *terminal,
                                         VtePtyFlags pty_flags,
                                         const char *working_directory,
diff --git a/src/vtepty.h b/src/vtepty.h
index a0aea6a..6c056ee 100644
--- a/src/vtepty.h
+++ b/src/vtepty.h
@@ -61,6 +61,8 @@ typedef enum {
   VTE_PTY_ERROR_PTY98_FAILED
 } VtePtyError;
 
+#define VTE_SPAWN_NO_PARENT_ENVV (1 << 25)
+
 GQuark vte_pty_error_quark (void);
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]