mirror of
https://github.com/labwc/labwc.git
synced 2026-06-17 14:33:30 -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
|
|
@ -123,7 +123,7 @@ update_keycodes_iter(struct xkb_keymap *keymap, xkb_keycode_t key, void *data)
|
|||
void
|
||||
keybind_update_keycodes(void)
|
||||
{
|
||||
struct xkb_state *state = g_server.seat.keyboard_group->keyboard.xkb_state;
|
||||
struct xkb_state *state = server.seat.keyboard_group->keyboard.xkb_state;
|
||||
struct xkb_keymap *keymap = xkb_state_get_keymap(state);
|
||||
|
||||
struct keybind *keybind;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue