commit 52fb7f4
uint
·
2026-08-04 01:36:30 +0000 UTC
parent bc58c52
Wayland: add TODO tags on clipboard
1 files changed,
+2,
-0
+2,
-0
1@@ -744,12 +744,14 @@ void maus_clear(Maus* mw, MausColor col)
2 mw->bfb[i] = up;
3 }
4
5+/* TODO */
6 void maus_clipboard_set_text(Maus* mw, const char* text)
7 {
8 (void)mw;
9 (void)text;
10 }
11
12+/* TODO */
13 char* maus_clipboard_get_text(Maus* mw)
14 {
15 (void)mw;