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

phosh: make singleton static

parent 4796de2b
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,7 @@ typedef struct _PhoshShell
G_DEFINE_TYPE_WITH_PRIVATE (PhoshShell, phosh_shell, G_TYPE_OBJECT)
/* Shell singleton */
PhoshShell *_phosh;
static PhoshShell *_phosh;
static void layer_surface_configure(void *data,
struct zwlr_layer_surface_v1 *surface,
......
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