diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-02 20:17:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-02 20:19:15 +0300 |
commit | 7de37ac7d633ba12cd90a38b2255130ef8e88b1a (patch) | |
tree | 222bcdd1ffab75bdbc479d6143d9f894792ffec9 /config_host | |
parent | e8177f99008ee24283e0506e296edb59a16ff8d6 (diff) |
Add --enable-desktop-gui-elements to show such even on non-DESKTOP platforms
Not my idea.
Change-Id: If4874d97a2035588cd65ded9f281de0c3598b7d7
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 5d8e2d09683d..e288eefa0324 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -25,6 +25,16 @@ #define HAVE_FEATURE_DESKTOP 0 +/* DESKTOP_GUI_ELEMENTS + * + * In the non-DESKTOP case, whether to still display (and enable + * interactive use of) traditional desktop-style GUI elements like + * toolbars and scrollbars, drawn and handled using mostly the normal + * LO code. + */ + +#define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 0 + /* EXTENSIONS - Whether we have any extension mechanism at all * * Primarily intended for non-desktop platforms where supporting |