Add dummy backend

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-08-04 17:52:45 +01:00
parent d702fc9365
commit 8eb9d07fa8
7 changed files with 174 additions and 6 deletions

View File

@@ -225,8 +225,10 @@ struct backend_operations {
// =========== Hooks ============
/// Let the backend hook into the event handling queue
/// Not implemented yet
void (*set_ready_callback)(backend_t *, backend_ready_callback_t cb);
/// Called right after compton has handled its events.
/// Not implemented yet
void (*handle_events)(backend_t *);
// =========== Misc ============
/// Return the driver that is been used by the backend