Mercurial > hg > xemacs-beta
comparison src/event-Xt.c @ 4521:383ab474a241
Fix docstring typo.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 28 Oct 2008 10:38:26 +0900 |
parents | 930bb9cba65a |
children | fc7067b7f407 |
comparison
equal
deleted
inserted
replaced
4520:279cadceaa13 | 4521:383ab474a241 |
---|---|
107 | 107 |
108 /* Mask of bits indicating the descriptors that we wait for input on */ | 108 /* Mask of bits indicating the descriptors that we wait for input on */ |
109 extern SELECT_TYPE input_wait_mask, non_fake_input_wait_mask; | 109 extern SELECT_TYPE input_wait_mask, non_fake_input_wait_mask; |
110 extern SELECT_TYPE process_only_mask, tty_only_mask; | 110 extern SELECT_TYPE process_only_mask, tty_only_mask; |
111 | 111 |
112 static const String x_fallback_resources[] = | 112 /* #### This should be String, but G++ 4.3 doesn't apply the const |
113 specifier the same way for String (typedef'd to char*) and char*. */ | |
114 static const char * x_fallback_resources[] = | |
113 { | 115 { |
114 /* This file is automatically generated from the app-defaults file | 116 /* This file is automatically generated from the app-defaults file |
115 in ../etc/Emacs.ad. These resources are consulted only if no | 117 in ../etc/Emacs.ad. These resources are consulted only if no |
116 app-defaults file is found at all. | 118 app-defaults file is found at all. |
117 */ | 119 */ |
3124 { | 3126 { |
3125 } | 3127 } |
3126 | 3128 |
3127 static XtActionsRec widgetActionsList[] = | 3129 static XtActionsRec widgetActionsList[] = |
3128 { | 3130 { |
3129 {"widget-focus-in", emacs_Xt_event_widget_focus_in }, | 3131 { (String) "widget-focus-in", emacs_Xt_event_widget_focus_in }, |
3130 {"widget-focus-out", emacs_Xt_event_widget_focus_out }, | 3132 { (String) "widget-focus-out", emacs_Xt_event_widget_focus_out }, |
3131 }; | 3133 }; |
3132 | 3134 |
3133 static void | 3135 static void |
3134 emacs_Xt_event_add_widget_actions (XtAppContext ctx) | 3136 emacs_Xt_event_add_widget_actions (XtAppContext ctx) |
3135 { | 3137 { |