aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-02 07:35:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-02 07:35:26 +0000
commitd0f57192d01dfd8c510bbf7ec81caacea5b58fc8 (patch)
treeef3cf49fb09766ef76ffd9f4073fb9177b244c3c /src/compose.h
parent51dbedb2aba734558e6a051eeb4413d56eb7cc75 (diff)
reimplemented external editor with GSpawn and GChildWatch.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@705 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.h')
-rw-r--r--src/compose.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/compose.h b/src/compose.h
index 868820eb..5a934978 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -176,10 +176,9 @@ struct _Compose
GtkTextTag *sig_tag;
/* external editor */
- gchar *exteditor_file;
- pid_t exteditor_pid;
- GIOChannel *exteditor_ch;
- gint exteditor_tag;
+ gchar *exteditor_file;
+ GPid exteditor_pid;
+ guint exteditor_tag;
};
struct _AttachInfo