mirror of
https://github.com/swaywm/sway.git
synced 2026-03-10 05:34:03 -04:00
Fix alpine build failures
This commit is contained in:
parent
bdb51a595c
commit
a8f7b58e49
1 changed files with 1 additions and 1 deletions
|
|
@ -147,8 +147,8 @@ static void wl_pointer_enter(void *data, struct wl_pointer *wl_pointer,
|
||||||
|
|
||||||
static void wl_pointer_leave(void *data, struct wl_pointer *wl_pointer,
|
static void wl_pointer_leave(void *data, struct wl_pointer *wl_pointer,
|
||||||
uint32_t serial, struct wl_surface *surface) {
|
uint32_t serial, struct wl_surface *surface) {
|
||||||
#if HAVE_TRAY
|
|
||||||
struct swaybar_seat *seat = data;
|
struct swaybar_seat *seat = data;
|
||||||
|
#if HAVE_TRAY
|
||||||
struct swaybar_config *config = seat->bar->config;
|
struct swaybar_config *config = seat->bar->config;
|
||||||
if (!config->tray_hidden && dbusmenu_pointer_leave(data, wl_pointer, serial,
|
if (!config->tray_hidden && dbusmenu_pointer_leave(data, wl_pointer, serial,
|
||||||
surface)) {
|
surface)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue