diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-31 19:22:23 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-31 19:22:23 +0200 |
commit | 677fee9d0277c990e19760e1543ed07ed5115a07 (patch) | |
tree | bc847b14c279a1e6051d936afd0ee66cec00ca9b /fbiconfig.c | |
parent | 6721e3612de2c9a3f7b6f94be6599ccb0e0eaa88 (diff) | |
download | fbida-677fee9d0277c990e19760e1543ed07ed5115a07.tar.gz |
opengl renderer
Diffstat (limited to 'fbiconfig.c')
-rw-r--r-- | fbiconfig.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fbiconfig.c b/fbiconfig.c index 460c46a..39da0bc 100644 --- a/fbiconfig.c +++ b/fbiconfig.c @@ -229,6 +229,12 @@ struct cfg_cmdline fbpdf_cfg[] = { .needsarg = 1, .desc = "use drm output <arg> (try -info for a list)", },{ + .letter = 'g', + .cmdline = "opengl", + .option = { O_OPENGL }, + .yesno = 1, + .desc = "use opengl", + },{ .letter = 'm', .cmdline = "mode", .option = { O_VIDEO_MODE }, |