(lwlib_toolkit_type): New variable.

This commit is contained in:
Karl Heuer 1995-06-11 20:22:09 +00:00
parent d1dad7597c
commit 99dcca2feb

View file

@ -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 */);