diff 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
line wrap: on
line diff
--- a/src/xfns.c	Sat Feb 28 05:02:20 2004 +0000
+++ b/src/xfns.c	Sat Feb 28 16:22:06 2004 +0000
@@ -2837,7 +2837,7 @@
 
 #ifdef HAVE_X_I18N
   FRAME_XIC (f) = NULL;
-if (use_xim)
+  if (use_xim)
   {
     BLOCK_INPUT;
     create_frame_xic (f);