medit/moo/mooedit/mooeditview-priv.h
2016-10-02 21:14:12 -07:00

19 lines
289 B
C

#ifndef MOO_EDIT_VIEW_PRIV_H
#define MOO_EDIT_VIEW_PRIV_H
#include "mooedit/mooeditview-impl.h"
G_BEGIN_DECLS
struct MooEditViewPrivate
{
MooEdit *doc;
MooEditor *editor;
MooEditTab *tab;
GtkTextMark *fake_cursor_mark;
};
G_END_DECLS
#endif /* MOO_EDIT_VIEW_PRIV_H */