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 /fbiconfig.h | |
parent | d3a32431b1bd9bfd259c92df66211bff5619628d (diff) | |
download | fbida-187097bc1722406fb62597df26308529fec6951e.tar.gz |
drm: allow picking output
Diffstat (limited to 'fbiconfig.h')
-rw-r--r-- | fbiconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fbiconfig.h b/fbiconfig.h index 048735b..9a8c058 100644 --- a/fbiconfig.h +++ b/fbiconfig.h @@ -32,6 +32,7 @@ #define O_PCD_RES O_OPTIONS, "photocd-res" #define O_DEVICE O_OPTIONS, "device" +#define O_OUTPUT O_OPTIONS, "output" #define O_FONT O_OPTIONS, "font" #define O_VIDEO_MODE O_OPTIONS, "video-mode" |