diff options
Diffstat (limited to 'src/compose.h')
-rw-r--r-- | src/compose.h | 7 |
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 |