Mercurial > hg > xemacs-beta
comparison src/event-Xt.c @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | 9b50b4588a93 |
children | 6608ceec7cf8 |
comparison
equal
deleted
inserted
replaced
135:4636a6841cd6 | 136:b980b6286996 |
---|---|
2632 pending_timeouts = 0; | 2632 pending_timeouts = 0; |
2633 completed_timeouts = 0; | 2633 completed_timeouts = 0; |
2634 | 2634 |
2635 event_stream = Xt_event_stream; | 2635 event_stream = Xt_event_stream; |
2636 | 2636 |
2637 #ifdef HAVE_XIM | 2637 #if defined(HAVE_XIM) || defined(USE_XFONTSET) |
2638 Initialize_Locale(); | 2638 Initialize_Locale(); |
2639 #endif /* HAVE_XIM */ | 2639 #endif /* HAVE_XIM || USE_XFONTSET */ |
2640 | 2640 |
2641 XtToolkitInitialize (); | 2641 XtToolkitInitialize (); |
2642 Xt_app_con = XtCreateApplicationContext (); | 2642 Xt_app_con = XtCreateApplicationContext (); |
2643 XtAppSetFallbackResources (Xt_app_con, (String *) x_fallback_resources); | 2643 XtAppSetFallbackResources (Xt_app_con, (String *) x_fallback_resources); |
2644 | 2644 |