Minor fixes
This commit is contained in:
parent
3ba614b59b
commit
3822f09185
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,5 +16,3 @@ vgcore.*
|
|||||||
/dunst.systemd.service
|
/dunst.systemd.service
|
||||||
/org.knopwob.dunst.service
|
/org.knopwob.dunst.service
|
||||||
/test/test
|
/test/test
|
||||||
|
|
||||||
# /src/wayland/protocols/*.h
|
|
||||||
|
1
Makefile
1
Makefile
@ -35,6 +35,7 @@ endif
|
|||||||
|
|
||||||
ifneq (0,${WAYLAND})
|
ifneq (0,${WAYLAND})
|
||||||
DATA_DIR_WAYLAND_PROTOCOLS ?= $(shell $(PKG_CONFIG) wayland-protocols --variable=pkgdatadir)
|
DATA_DIR_WAYLAND_PROTOCOLS ?= $(shell $(PKG_CONFIG) wayland-protocols --variable=pkgdatadir)
|
||||||
|
DATA_DIR_WAYLAND_PROTOCOLS := ${DATA_DIR_WAYLAND_PROTOCOLS}
|
||||||
ifeq (,${DATA_DIR_WAYLAND_PROTOCOLS})
|
ifeq (,${DATA_DIR_WAYLAND_PROTOCOLS})
|
||||||
$(warning "Failed to query $(PKG_CONFIG) for package 'wayland-protocols'!")
|
$(warning "Failed to query $(PKG_CONFIG) for package 'wayland-protocols'!")
|
||||||
endif
|
endif
|
||||||
|
@ -78,7 +78,6 @@ static gboolean run(void *data)
|
|||||||
draw();
|
draw();
|
||||||
output->win_show(win);
|
output->win_show(win);
|
||||||
} else {
|
} else {
|
||||||
LOG_I("Calling win_hide");
|
|
||||||
output->win_hide(win);
|
output->win_hide(win);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user