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
|
|
@ -148,7 +148,7 @@ static void
|
|||
field_set_output_short(struct buf *buf, struct view *view, const char *format)
|
||||
{
|
||||
/* custom type conversion-specifier: o */
|
||||
if (wl_list_length(&g_server.outputs) > 1 &&
|
||||
if (wl_list_length(&server.outputs) > 1 &&
|
||||
output_is_usable(view->output)) {
|
||||
buf_add(buf, view->output->wlr_output->name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue