diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/graphics_cs_fb.c | 5 | 
1 files changed, 5 insertions, 0 deletions
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?  | 
