From 8ab48489a6be96b702abe92d05ed5f82a8484f2c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 11 Jun 1995 20:22:09 +0000 Subject: (lwlib_toolkit_type): New variable. --- lwlib/lwlib.c | 5 +++++ 1 file changed, 5 insertions(+) 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 */); -- cgit v1.2.1