From aa3f1563e1e091aad8da0c2ecb53452691ce185a Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 21 Apr 2020 20:33:47 -0500 Subject: added set_title stub --- src/graphics_cs_fb.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/graphics_cs_fb.c b/src/graphics_cs_fb.c index d8bb133..e32da74 100644 --- a/src/graphics_cs_fb.c +++ b/src/graphics_cs_fb.c @@ -332,6 +332,11 @@ void set_demands_attention() { #endif +void set_title(char *t) { + //no idea what this would even mean for frame-buffer + return; +} + //this should be returning an fd to something that'll be readable when events happen... //what kind of events would the fb ever have? //none? -- cgit v1.2.3