mirror of
https://github.com/labwc/labwc.git
synced 2026-03-23 05:34:52 -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
|
|
@ -183,9 +183,9 @@ tablet_pad_create(struct seat *seat, struct wlr_input_device *wlr_device)
|
|||
pad->seat = seat;
|
||||
pad->wlr_input_device = wlr_device;
|
||||
pad->pad = wlr_tablet_pad_from_input_device(wlr_device);
|
||||
if (g_server.tablet_manager) {
|
||||
if (server.tablet_manager) {
|
||||
pad->pad_v2 = wlr_tablet_pad_create(
|
||||
g_server.tablet_manager, seat->seat, wlr_device);
|
||||
server.tablet_manager, seat->seat, wlr_device);
|
||||
}
|
||||
pad->pad->data = pad;
|
||||
wlr_log(WLR_INFO, "tablet pad capabilities: %zu button(s) %zu strip(s) %zu ring(s)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue