From 7de37ac7d633ba12cd90a38b2255130ef8e88b1a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 2 May 2013 20:17:20 +0300 Subject: Add --enable-desktop-gui-elements to show such even on non-DESKTOP platforms Not my idea. Change-Id: If4874d97a2035588cd65ded9f281de0c3598b7d7 --- config_host/config_features.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config_host') 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 -- cgit