gdk_threads_add_timeout() is now used instead of g_timeout_add()

This commit is contained in:
Scoopta
2020-02-29 02:27:59 -08:00
parent b88c6727ea
commit a55c0421b2
3 changed files with 83 additions and 14 deletions

View File

@@ -42,4 +42,6 @@
#include <wlr-layer-shell-unstable-v1-client-protocol.h>
void wofi_init(struct map* config);
void wofi_load_css(bool nyan);
#endif