diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-24 13:46:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-24 13:46:21 +0200 |
commit | 070c87b9a90b4aa4cbfe9bedef4c2ecd5b871876 (patch) | |
tree | ef742b47c3b2ea30796c234fde951dcbe745585c | |
parent | 40df59fe9e6861849b17ca6867223e0af52916ec (diff) | |
download | drminfo-070c87b9a90b4aa4cbfe9bedef4c2ecd5b871876.tar.gz |
headers for -f
-rw-r--r-- | drminfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ static void drm_info_fmts(int fd) int i; fprintf(stdout, "framebuffer formats\n"); + drm_print_format_hdr(stdout, 4, true); for (i = 0; i < fmtcnt; i++) { if (!drm_probe_format(fd, &fmts[i])) continue; |