]> git.eshelyaron.com Git - emacs.git/commitdiff
(lwlib_toolkit_type): New variable.
authorKarl Heuer <kwzh@gnu.org>
Sun, 11 Jun 1995 20:22:09 +0000 (20:22 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 11 Jun 1995 20:22:09 +0000 (20:22 +0000)
lwlib/lwlib.c

index e5c9ddc4bb45bd0f8291540677bf27ece18d0725..796a69c884dd643506e8c34c7774696da7603e7a 100644 (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
 \f/* Forward declarations */
 static void
 instanciate_widget_instance (/* widget_instance* instance */);