comparison src/event-Xt.c @ 4522:fc7067b7f407

Backout last patch; forgot to specify file.
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 29 Oct 2008 03:37:16 +0900
parents 383ab474a241
children 726060ee587c
comparison
equal deleted inserted replaced
4521:383ab474a241 4522:fc7067b7f407
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 /* #### This should be String, but G++ 4.3 doesn't apply the const 112 static const String x_fallback_resources[] =
113 specifier the same way for String (typedef'd to char*) and char*. */
114 static const char * x_fallback_resources[] =
115 { 113 {
116 /* This file is automatically generated from the app-defaults file 114 /* This file is automatically generated from the app-defaults file
117 in ../etc/Emacs.ad. These resources are consulted only if no 115 in ../etc/Emacs.ad. These resources are consulted only if no
118 app-defaults file is found at all. 116 app-defaults file is found at all.
119 */ 117 */
3126 { 3124 {
3127 } 3125 }
3128 3126
3129 static XtActionsRec widgetActionsList[] = 3127 static XtActionsRec widgetActionsList[] =
3130 { 3128 {
3131 { (String) "widget-focus-in", emacs_Xt_event_widget_focus_in }, 3129 {"widget-focus-in", emacs_Xt_event_widget_focus_in },
3132 { (String) "widget-focus-out", emacs_Xt_event_widget_focus_out }, 3130 {"widget-focus-out", emacs_Xt_event_widget_focus_out },
3133 }; 3131 };
3134 3132
3135 static void 3133 static void
3136 emacs_Xt_event_add_widget_actions (XtAppContext ctx) 3134 emacs_Xt_event_add_widget_actions (XtAppContext ctx)
3137 { 3135 {