X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstyle.c;fp=src%2Fstyle.c;h=c4f51f9a7ca81ffa89e439a10ca7a9c03d6e873d;hb=49eca40060b04105343874714fa67976b9430def;hp=0000000000000000000000000000000000000000;hpb=3bcfb092671765e3ece0c4225c4e69ad960b31cc;p=rodin%2Fchimara.git diff --git a/src/style.c b/src/style.c new file mode 100644 index 0000000..c4f51f9 --- /dev/null +++ b/src/style.c @@ -0,0 +1,8 @@ +#include "glk.h" + +void +glk_set_style(glui32 val) +{ + /* No nothing yet */ + return; +}