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.
This commit is contained in:
Daniel Eklöf 2019-02-03 11:08:53 +01:00
parent ff88d87ca8
commit ed8e17c6c9
5 changed files with 658 additions and 10 deletions

7
bar/wayland.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
#include "backend.h"
extern const struct backend wayland_backend_iface;
void *bar_backend_wayland_new(void);