diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-24 10:48:14 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-24 10:48:14 +0200 |
commit | a45855472178e478c4cca77458542f1beec666dd (patch) | |
tree | fd6d24671edc9a796a2e19990d04e1bc434f2ebb /drmtools.h | |
parent | 7e510e53fe4c715d1a3630910136bfded41fbfbd (diff) | |
download | drminfo-a45855472178e478c4cca77458542f1beec666dd.tar.gz |
more list format tweaks
Diffstat (limited to 'drmtools.h')
-rw-r--r-- | drmtools.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,4 +19,5 @@ const char *drm_encoder_type_name(int nr); void drm_conn_name(drmModeConnector *conn, char *dest, int dlen); bool drm_probe_format(int fd, const struct fbformat *fmt); void drm_print_format(FILE *fp, const struct fbformat *fmt, - const char *pre, const char *post); + int indent, bool libs); +void drm_print_format_hdr(FILE *fp, int indent, bool libs); |