fix generic build

This commit is contained in:
Jacek Jendrzej
2017-11-03 18:27:35 +01:00
parent 056db018ab
commit a47c399a19
9 changed files with 28 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ 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 can_set_display_brightness;
char boxvendor[64];
char boxname[64];