From 99dcca2febbaf4f1c9a95e18ba25810facc7662a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 11 Jun 1995 20:22:09 +0000 Subject: [PATCH] (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 */); -- 2.39.2