aboutsummaryrefslogtreecommitdiffstats
path: root/drmtools.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-04-24 10:48:14 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-04-24 10:48:14 +0200
commita45855472178e478c4cca77458542f1beec666dd (patch)
treefd6d24671edc9a796a2e19990d04e1bc434f2ebb /drmtools.h
parent7e510e53fe4c715d1a3630910136bfded41fbfbd (diff)
downloaddrminfo-a45855472178e478c4cca77458542f1beec666dd.tar.gz
more list format tweaks
Diffstat (limited to 'drmtools.h')
-rw-r--r--drmtools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drmtools.h b/drmtools.h
index ed3073f..d1a3f2f 100644
--- a/drmtools.h
+++ b/drmtools.h
@@ -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);