diff options
| author | epoch <epoch@thebackupbox.net> | 2020-04-21 20:33:47 -0500 | 
|---|---|---|
| committer | epoch <epoch@thebackupbox.net> | 2020-04-21 20:33:47 -0500 | 
| commit | aa3f1563e1e091aad8da0c2ecb53452691ce185a (patch) | |
| tree | 1fb6a6d00cb0e630c5b30b0e0fe1c3ecfcaa0ab4 /src | |
| parent | 7f1b4f87c3703ce7e7a005e267073cc72eecf328 (diff) | |
| download | hackvr-aa3f1563e1e091aad8da0c2ecb53452691ce185a.tar.gz hackvr-aa3f1563e1e091aad8da0c2ecb53452691ce185a.zip | |
added set_title stub
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? | 
