From 677fee9d0277c990e19760e1543ed07ed5115a07 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 31 Mar 2016 19:22:23 +0200 Subject: opengl renderer --- fbiconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fbiconfig.h') diff --git a/fbiconfig.h b/fbiconfig.h index f5e0c03..3cd5d7d 100644 --- a/fbiconfig.h +++ b/fbiconfig.h @@ -33,6 +33,7 @@ #define O_DEVICE O_OPTIONS, "device" #define O_OUTPUT O_OPTIONS, "output" +#define O_OPENGL O_OPTIONS, "opengl" #define O_FONT O_OPTIONS, "font" #define O_VIDEO_MODE O_OPTIONS, "video-mode" @@ -63,6 +64,8 @@ #define GET_TIMEOUT() cfg_get_int(O_TIMEOUT, 0) #define GET_PCD_RES() cfg_get_int(O_PCD_RES, 3) +#define GET_OPENGL() cfg_get_bool(O_OPENGL, 0) + /* -------------------------------------------------------------------------- */ extern struct cfg_cmdline fbi_cmd[]; -- cgit