medit/moo/mooedit/mooeditview-priv.h

14 lines
251 B
C
Raw Normal View History

2016-01-04 03:56:42 -08:00
#pragma once
2010-12-18 23:58:18 -08:00
#include "mooedit/mooeditview-impl.h"
2016-01-04 03:56:42 -08:00
#include "mooedit/mooedit-impl.h"
#include "mooedit/mooedittypes.h"
2010-12-18 23:58:18 -08:00
struct MooEditViewPrivate
{
2016-01-04 09:56:33 -08:00
EditRawPtr 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
};