mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
tree-wide: rename g_server to just server
This commit is contained in:
parent
0f319e9849
commit
b57161df96
61 changed files with 955 additions and 955 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue