yambar/bar/wayland.h
Daniel Eklöf ed8e17c6c9 wayland: mucho wip: initial sort-of-working wayland backend
Bar is drawn, though only TOP is supported atm. No
screen/display/output selection is possible yet. Mouse *click* works,
but not setting the cursor.

Lots of debug output, crappy code yada yada.
2019-02-03 11:08:53 +01:00

7 lines
125 B
C

#pragma once
#include "backend.h"
extern const struct backend wayland_backend_iface;
void *bar_backend_wayland_new(void);