mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
main: log (at debug level) global interfaces and their versions
This commit is contained in:
parent
d2bfb0c97c
commit
b0d5af51d0
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -199,7 +199,7 @@ static void
|
|||
handle_global(void *data, struct wl_registry *registry,
|
||||
uint32_t name, const char *interface, uint32_t version)
|
||||
{
|
||||
//LOG_DBG("global: %s", interface);
|
||||
LOG_DBG("global: %s, version=%u", interface, version);
|
||||
struct terminal *term = data;
|
||||
|
||||
if (strcmp(interface, wl_compositor_interface.name) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue