- add display_has_statusline member

Signed-off-by: Jacek Jendrzej <satbaby@kawaii.com>
This commit is contained in:
vanhofen
2017-11-13 10:10:19 +01:00
committed by Jacek Jendrzej
parent 6c0d55da96
commit 70cdad0db1
8 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ hw_caps_t *get_hwcaps(void)
caps.has_HDMI = 1;
caps.display_xres = 8;
caps.display_can_deepstandby = 0;
caps.display_has_statusline = 0;
strcpy(caps.boxvendor, "Raspberry");
strcpy(caps.boxname, "Pi");