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
|
|
@ -114,7 +114,7 @@ handle_hold_end(struct wl_listener *listener, void *data)
|
|||
void
|
||||
gestures_init(struct seat *seat)
|
||||
{
|
||||
seat->pointer_gestures = wlr_pointer_gestures_v1_create(g_server.wl_display);
|
||||
seat->pointer_gestures = wlr_pointer_gestures_v1_create(server.wl_display);
|
||||
|
||||
CONNECT_SIGNAL(seat->cursor, seat, pinch_begin);
|
||||
CONNECT_SIGNAL(seat->cursor, seat, pinch_update);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue