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
|
|
@ -44,7 +44,7 @@ handle_tearing_new_object(struct wl_listener *listener, void *data)
|
|||
|
||||
enum wp_tearing_control_v1_presentation_hint hint =
|
||||
wlr_tearing_control_manager_v1_surface_hint_from_surface
|
||||
(g_server.tearing_control, tearing_control->surface);
|
||||
(server.tearing_control, tearing_control->surface);
|
||||
wlr_log(WLR_DEBUG, "New presentation hint %d received for surface %p",
|
||||
hint, tearing_control->surface);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue