diff --git a/moo/mooedit/mootextprint.c b/moo/mooedit/mootextprint.c index 1a526e23..646ddecb 100644 --- a/moo/mooedit/mootextprint.c +++ b/moo/mooedit/mootextprint.c @@ -84,12 +84,12 @@ struct _MooPrintOperationPrivate { gpointer tm; /* struct tm * */ /* aux stuff */ - GArray *pages; /* GtkTextIter's pointing to pages start */ + GArray *pages; /* offsets */ PangoLayout *layout; double ln_height; PangoLayout *ln_layout; - Page page; /* text area */ + Page page; /* text area */ };