forked from entailz/toes
tabs and tab overview
This commit is contained in:
commit
d07c2a5cc9
244 changed files with 72046 additions and 0 deletions
14
server.h
Normal file
14
server.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include "fdm.h"
|
||||
#include "config.h"
|
||||
#include "reaper.h"
|
||||
#include "wayland.h"
|
||||
|
||||
struct server;
|
||||
struct server *server_init(struct config *conf, struct fdm *fdm,
|
||||
struct reaper *reaper, struct wayland *wayl);
|
||||
void server_destroy(struct server *server);
|
||||
|
||||
void server_global_theme_switch_to_dark(struct server *server);
|
||||
void server_global_theme_switch_to_light(struct server *server);
|
||||
Loading…
Add table
Add a link
Reference in a new issue