mirror of
https://github.com/labwc/labwc.git
synced 2026-03-27 07:58:31 -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
|
|
@ -25,9 +25,9 @@ resize_outlines_update(struct view *view, struct wlr_box new_geo)
|
|||
if (!outlines->rect) {
|
||||
struct lab_scene_rect_options opts = {
|
||||
.border_colors = (float *[3]) {
|
||||
g_server.theme->osd_bg_color,
|
||||
g_server.theme->osd_label_text_color,
|
||||
g_server.theme->osd_bg_color,
|
||||
server.theme->osd_bg_color,
|
||||
server.theme->osd_label_text_color,
|
||||
server.theme->osd_bg_color,
|
||||
},
|
||||
.nr_borders = 3,
|
||||
.border_width = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue