comparison src/xfns.c @ 54185:f6e4e454800a

xfns.c (x_window): Fixed indentation * xterm.c (x_calc_absolute_position): Call x_real_positions to get WM window sizes and use those to calculate position. (x_set_offset): Removed code commented out.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 28 Feb 2004 16:22:06 +0000
parents 5a9638c2c889
children 6f75b2135827 90ccc0dc0d3f
comparison
equal deleted inserted replaced
54184:814c8c5e6841 54185:f6e4e454800a
2835 if (! xg_create_frame_widgets (f)) 2835 if (! xg_create_frame_widgets (f))
2836 error ("Unable to create window"); 2836 error ("Unable to create window");
2837 2837
2838 #ifdef HAVE_X_I18N 2838 #ifdef HAVE_X_I18N
2839 FRAME_XIC (f) = NULL; 2839 FRAME_XIC (f) = NULL;
2840 if (use_xim) 2840 if (use_xim)
2841 { 2841 {
2842 BLOCK_INPUT; 2842 BLOCK_INPUT;
2843 create_frame_xic (f); 2843 create_frame_xic (f);
2844 if (FRAME_XIC (f)) 2844 if (FRAME_XIC (f))
2845 { 2845 {