mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
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:
parent
ff88d87ca8
commit
ed8e17c6c9
5 changed files with 658 additions and 10 deletions
7
bar/wayland.h
Normal file
7
bar/wayland.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "backend.h"
|
||||
|
||||
extern const struct backend wayland_backend_iface;
|
||||
|
||||
void *bar_backend_wayland_new(void);
|
Loading…
Add table
Add a link
Reference in a new issue