diff options
| author | Karl Heuer | 1995-06-11 20:22:09 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-06-11 20:22:09 +0000 |
| commit | 99dcca2febbaf4f1c9a95e18ba25810facc7662a (patch) | |
| tree | dad8cfffd5849814b08521f74a30dee1a2b5c05d | |
| parent | d1dad7597ccd82b869cddd28907b82e8c900a9c2 (diff) | |
| download | emacs-99dcca2febbaf4f1c9a95e18ba25810facc7662a.tar.gz emacs-99dcca2febbaf4f1c9a95e18ba25810facc7662a.zip | |
(lwlib_toolkit_type): New variable.
| -rw-r--r-- | lwlib/lwlib.c | 5 |
1 files changed, 5 insertions, 0 deletions
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. | |||
| 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 */); |