add display_has_statusline member

Origin commit data
------------------
Branch: master
Commit: f8cf17bf9a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)

Origin message was:
------------------
- add display_has_statusline member

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-13 10:10:19 +01:00
committed by max_10
parent 7e0e397ef0
commit afd0b2803c
8 changed files with 9 additions and 1 deletions

View File

@@ -36,8 +36,9 @@ typedef struct hw_caps
display_type_t display_type;
int display_xres; /* x resolution or chars per line */
int display_yres;
int display_can_deepstandby;
int display_can_set_brightness;
int display_can_deepstandby;
int display_has_statusline;
char boxvendor[64];
char boxname[64];
char boxarch[64];