summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-25 22:50:36 +0200
committerandromeda <andromeda@lenovo>2026-04-25 22:50:36 +0200
commitc101e6571135cfd963e3c3f9543e64c445af7fd8 (patch)
treea1b54e635fd95c6353cbac24caf1b361f6bcb7c1 /shim.c
parent168abecfafadb57a0c677777a40083761bf8a922 (diff)
finish x86_64-linux Wayland bindings for rfont, rgfw, rsgl :)
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shim.c b/shim.c
index 2637d64..ad609a3 100644
--- a/shim.c
+++ b/shim.c
@@ -1,3 +1,6 @@
+#define RFONT_IMPLEMENTATION
+#include "RFont.h"
+
#define RGFW_IMPLEMENTATION
#define RGFW_WAYLAND
#define RGFW_NO_X11
@@ -5,5 +8,6 @@
#include "RGFW.h"
#define RSGL_IMPLEMENTATION
+#define RSGL_RFONT
#include "RSGL.h"
#include "RSGL_gl.h"