diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-31 21:57:53 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-31 21:57:53 +0200 |
commit | d780332c4b2fae4bbbb19c5d170e3810bc3184ac (patch) | |
tree | 624d17999ba32a2c8e8d7305b941ad746e0c7a06 /fbiconfig.h | |
parent | 677fee9d0277c990e19760e1543ed07ed5115a07 (diff) | |
download | fbida-d780332c4b2fae4bbbb19c5d170e3810bc3184ac.tar.gz |
fbpdf: add pageflip option, misc
Diffstat (limited to 'fbiconfig.h')
-rw-r--r-- | fbiconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fbiconfig.h b/fbiconfig.h index 3cd5d7d..2e3a0a1 100644 --- a/fbiconfig.h +++ b/fbiconfig.h @@ -34,6 +34,7 @@ #define O_DEVICE O_OPTIONS, "device" #define O_OUTPUT O_OPTIONS, "output" #define O_OPENGL O_OPTIONS, "opengl" +#define O_PAGEFLIP O_OPTIONS, "pageflip" #define O_FONT O_OPTIONS, "font" #define O_VIDEO_MODE O_OPTIONS, "video-mode" @@ -65,6 +66,7 @@ #define GET_PCD_RES() cfg_get_int(O_PCD_RES, 3) #define GET_OPENGL() cfg_get_bool(O_OPENGL, 0) +#define GET_PAGEFLIP() cfg_get_bool(O_PAGEFLIP, 1) /* -------------------------------------------------------------------------- */ |