Rename squeak_ to squeek_ for consitency

This commit is contained in:
Dorota Czaplejewicz
2019-06-23 10:30:25 +00:00
parent 752592a3d8
commit e503e35b84
4 changed files with 14 additions and 14 deletions

View File

@ -277,8 +277,8 @@ make_window (ServerContextService *context) {
}
context->window = GTK_WIDGET(g_object_new (
PHOSH_TYPE_LAYER_SURFACE,
"layer-shell", squeak_wayland->layer_shell,
"wl-output", g_ptr_array_index(squeak_wayland->outputs, 0), // TODO: select output as needed,
"layer-shell", squeek_wayland->layer_shell,
"wl-output", g_ptr_array_index(squeek_wayland->outputs, 0), // TODO: select output as needed,
"height", 200,
"anchor", ZWLR_LAYER_SURFACE_V1_ANCHOR_BOTTOM
| ZWLR_LAYER_SURFACE_V1_ANCHOR_LEFT