comparison lwlib/lwlib.c @ 12187:18d061c3d0dd

(lwlib_toolkit_type): New variable.
author Karl Heuer <kwzh@gnu.org>
date Sun, 11 Jun 1995 20:22:09 +0000
parents 5bb6ba042015
children 0c5625e91a11
comparison
equal deleted inserted replaced
12186:6811992e871c 12187:18d061c3d0dd
65 65
66 /* List of all widgets managed by the library. */ 66 /* List of all widgets managed by the library. */
67 static widget_info* 67 static widget_info*
68 all_widget_info = NULL; 68 all_widget_info = NULL;
69 69
70 #ifdef USE_MOTIF
71 char *lwlib_toolkit_type = "motif";
72 #else
73 char *lwlib_toolkit_type = "lucid";
74 #endif
70 /* Forward declarations */ 75 /* Forward declarations */
71 static void 76 static void
72 instanciate_widget_instance (/* widget_instance* instance */); 77 instanciate_widget_instance (/* widget_instance* instance */);
73 78
74 lwlib_memset (address, value, length) 79 lwlib_memset (address, value, length)