- 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

@@ -21,6 +21,7 @@ static hw_caps_t caps = {
.display_xres = 128,
.display_yres = 64,
.display_can_deepstandby = 0;
.display_has_statusline = 0;
.boxvendor = "Armas",
.boxname = "TripleDragon"
};