Merge pull request #17733 from pstef/ozone-footer-label
This commit is contained in:
commit
999de04ace
|
@ -336,7 +336,7 @@ typedef struct
|
||||||
{
|
{
|
||||||
const char *str;
|
const char *str;
|
||||||
float x;
|
float x;
|
||||||
size_t width;
|
int width; /* -1 on error */
|
||||||
bool show;
|
bool show;
|
||||||
} ozone_footer_label_t;
|
} ozone_footer_label_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue