diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-06 09:59:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-06 09:59:31 +0100 |
commit | 9612f819292d64c8d2030e513602ee68a3ce0b04 (patch) | |
tree | f4dfb2460f628545fc1ae476e33709fa07eff23f /drmtools.h | |
parent | 77542bdee936b118069d679afa9ac2f8125f1e36 (diff) | |
download | drminfo-9612f819292d64c8d2030e513602ee68a3ce0b04.tar.gz |
info tweaks
Diffstat (limited to 'drmtools.h')
-rw-r--r-- | drmtools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ extern int fd; extern uint32_t fb_id; extern drmModeConnector *conn; extern drmModeModeInfo *mode; +extern drmVersion *version; void drm_init_dev(int devnr, const char *output, const char *modename, bool need_dumb); |