summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-11 20:22:09 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-11 20:22:09 +0000
commit8ab48489a6be96b702abe92d05ed5f82a8484f2c (patch)
tree8e32c151f85cbe88848c03e48c1712d3d510bf6c /lwlib
parentda184e4c721d56efc30ff8d531425c5a3a740db4 (diff)
downloademacs-8ab48489a6be96b702abe92d05ed5f82a8484f2c.tar.gz
(lwlib_toolkit_type): New variable.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index e5c9ddc4bb4..796a69c884d 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -67,6 +67,11 @@ ERROR! no more than one of USE_MOTIF and USE_OLIT may be defined.
static widget_info*
all_widget_info = NULL;
+#ifdef USE_MOTIF
+char *lwlib_toolkit_type = "motif";
+#else
+char *lwlib_toolkit_type = "lucid";
+#endif
/* Forward declarations */
static void
instanciate_widget_instance (/* widget_instance* instance */);