Skip to content
Snippets Groups Projects
Commit eca17b22 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

PhoshLockshield: Fix incorrect object type


Signed-off-by: default avatarGuido Günther <agx@sigxcpu.org>
parent ebcac7c2
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ GtkWidget *
phosh_lockshield_new (gpointer layer_shell,
gpointer wl_output)
{
return g_object_new (PHOSH_TYPE_LAYER_SURFACE,
return g_object_new (PHOSH_TYPE_LOCKSHIELD,
"layer-shell", layer_shell,
"wl-output", wl_output,
"anchor", ZWLR_LAYER_SURFACE_V1_ANCHOR_TOP |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment