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

tests: Add more stubs


Needed by the new favorites screen.

Signed-off-by: default avatarGuido Günther <guido.gunther@puri.sm>
parent 013fcd92
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,23 @@ phosh_shell_get_usable_area (PhoshShell *self, gint *x, gint *y, gint *width, g
*height = 128;
return;
}
PhoshWayland *
phosh_wayland_get_default (void)
{
return NULL;
}
struct phosh_private*
phosh_wayland_get_phosh_private (PhoshWayland *self)
{
return NULL;
}
PhoshMonitor *
phosh_shell_get_primary_monitor (PhoshShell *self)
{
return NULL;
}
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