Initialize seat pointer in swaybar

This commit is contained in:
Drew DeVault 2018-03-30 21:38:28 -04:00
parent 4b0fcde778
commit 8d1425bde9
4 changed files with 118 additions and 2 deletions

View file

@ -1,6 +1,5 @@
executable(
'swaybar',
[
'swaybar', [
'bar.c',
'config.c',
'event_loop.c',
@ -20,6 +19,7 @@ executable(
pangocairo,
rt,
wayland_client,
wayland_cursor,
wlroots,
],
link_with: [lib_sway_common, lib_sway_client],