add dmx offset to hw-caps

This commit is contained in:
martii
2012-12-08 11:58:50 +01:00
parent 079d28cc86
commit 82a0c1aa10
3 changed files with 10 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ typedef struct hw_caps
display_type_t display_type;
int display_xres; /* x resolution or chars per line */
int display_yres;
#ifdef MARTII
int dmx_offset;
#endif
char boxvendor[64];
char boxname[64];
} hw_caps_t;