mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
tree-wide: rename g_server to just server
This commit is contained in:
parent
8d46da9db1
commit
4f72e6775e
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