medit/moo/mooedit/mooeditview-priv.h

19 lines
289 B
C
Raw Normal View History

2016-10-02 21:14:12 -07:00
#ifndef MOO_EDIT_VIEW_PRIV_H
#define MOO_EDIT_VIEW_PRIV_H
2010-12-18 23:58:18 -08:00
#include "mooedit/mooeditview-impl.h"
2016-10-02 21:14:12 -07:00
G_BEGIN_DECLS
2010-12-18 23:58:18 -08:00
struct MooEditViewPrivate
{
2016-10-02 21:14:12 -07:00
MooEdit *doc;
2010-12-18 23:58:18 -08:00
MooEditor *editor;
MooEditTab *tab;
GtkTextMark *fake_cursor_mark;
2010-12-18 23:58:18 -08:00
};
2016-10-02 21:14:12 -07:00
G_END_DECLS
#endif /* MOO_EDIT_VIEW_PRIV_H */