mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 19:35:44 +02:00
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.
7 lines
125 B
C
7 lines
125 B
C
#pragma once
|
|
|
|
#include "backend.h"
|
|
|
|
extern const struct backend wayland_backend_iface;
|
|
|
|
void *bar_backend_wayland_new(void);
|