tree-wide: rename g_server to just server

This commit is contained in:
John Lindgren 2026-03-19 12:05:43 -04:00
parent 0f319e9849
commit b57161df96
61 changed files with 955 additions and 955 deletions

View file

@ -12,7 +12,7 @@
static bool
other_instances_exist(struct view *self, struct view_query *query)
{
struct wl_list *views = &g_server.views;
struct wl_list *views = &server.views;
struct view *view;
wl_list_for_each(view, views, link) {