fix generic compil

This commit is contained in:
Jacek Jendrzej
2017-12-07 11:13:28 +01:00
parent dd01a95ddb
commit 78b3403303
6 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_xres = 8;
caps.display_can_deepstandby = 0;
caps.display_can_set_brightness = 0;
caps.can_set_display_brightness = 0;
caps.display_has_statusline = 0;
strcpy(caps.boxvendor, "Generic");
strcpy(caps.boxname, "PC");
if (! uname(&u))