diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 15:34:46 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 15:34:46 +0100 |
commit | 187097bc1722406fb62597df26308529fec6951e (patch) | |
tree | b6ba697460281a36a1d3d2ba400165f1e63e67cf /drmtools.h | |
parent | d3a32431b1bd9bfd259c92df66211bff5619628d (diff) | |
download | fbida-187097bc1722406fb62597df26308529fec6951e.tar.gz |
drm: allow picking output
Diffstat (limited to 'drmtools.h')
-rw-r--r-- | drmtools.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,3 +1,2 @@ -gfxstate *drm_init(const char *dev); +gfxstate *drm_init(const char *device, const char *output); void drm_info(const char *device); - |