summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-shell-surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland-shell-surface.c')
-rw-r--r--src/wayland/meta-wayland-shell-surface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wayland/meta-wayland-shell-surface.c b/src/wayland/meta-wayland-shell-surface.c
index a33aa1647..b5f3acacf 100644
--- a/src/wayland/meta-wayland-shell-surface.c
+++ b/src/wayland/meta-wayland-shell-surface.c
@@ -30,9 +30,9 @@
#include "wayland/meta-wayland-surface.h"
#include "wayland/meta-window-wayland.h"
-G_DEFINE_TYPE (MetaWaylandShellSurface,
- meta_wayland_shell_surface,
- META_TYPE_WAYLAND_ACTOR_SURFACE)
+G_DEFINE_ABSTRACT_TYPE (MetaWaylandShellSurface,
+ meta_wayland_shell_surface,
+ META_TYPE_WAYLAND_ACTOR_SURFACE)
void
meta_wayland_shell_surface_calculate_geometry (MetaWaylandShellSurface *shell_surface,