# HG changeset patch # User Karl Heuer # Date 802902129 0 # Node ID 18d061c3d0dd7023ff77ef80f5a6b7e726df30aa # Parent 6811992e871cffae1006e0725d69a92db38030d3 (lwlib_toolkit_type): New variable. diff -r 6811992e871c -r 18d061c3d0dd lwlib/lwlib.c --- a/lwlib/lwlib.c Sun Jun 11 20:14:36 1995 +0000 +++ b/lwlib/lwlib.c Sun Jun 11 20:22:09 1995 +0000 @@ -67,6 +67,11 @@ 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 */);