aboutsummaryrefslogtreecommitdiffstats
path: root/drmtools.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-04-24 10:34:57 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-04-24 10:34:57 +0200
commit7e510e53fe4c715d1a3630910136bfded41fbfbd (patch)
treeb4748a55aa4ba7514c185301c8bfc019ff9d499d /drmtools.h
parent34cd7ded2cf9ffe5ce90f1c15b804bf3bf53dcd5 (diff)
downloaddrminfo-7e510e53fe4c715d1a3630910136bfded41fbfbd.tar.gz
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 900e2cc..ed3073f 100644
--- a/drmtools.h
+++ b/drmtools.h
@@ -18,4 +18,5 @@ const char *drm_connector_mode_name(int nr);
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);
+void drm_print_format(FILE *fp, const struct fbformat *fmt,
+ const char *pre, const char *post);