yambar/bar/xcb.h
Daniel Eklöf 88daaf0ab7 bar: wip: define a 'backend' interface
Implement the current XCB backend in terms of this new interface.
2019-01-29 20:59:25 +01:00

7 lines
117 B
C

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