summaryrefslogtreecommitdiff
path: root/src/wayland-session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-session.h')
-rw-r--r--src/wayland-session.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wayland-session.h b/src/wayland-session.h
index 240c19fb..8547be5e 100644
--- a/src/wayland-session.h
+++ b/src/wayland-session.h
@@ -21,12 +21,9 @@ G_BEGIN_DECLS
#define WAYLAND_SESSION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), WAYLAND_SESSION_TYPE, WaylandSession))
#define IS_WAYLAND_SESSION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), WAYLAND_SESSION_TYPE))
-typedef struct WaylandSessionPrivate WaylandSessionPrivate;
-
typedef struct
{
- DisplayServer parent_instance;
- WaylandSessionPrivate *priv;
+ DisplayServer parent_instance;
} WaylandSession;
typedef struct