aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2004-02-28 16:22:06 +0000
committerJan Djärv <[email protected]>2004-02-28 16:22:06 +0000
commitb59dd9c82369741f3b399af88fac9fe54412589a (patch)
tree2c571f2a55e26f33a7278e445a25036f9f283bad /src/xfns.c
parentc0bf9913f8aa356b6287401f7b99d06f5667ec42 (diff)
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.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index f5e3c0c62e..a3e885bac7 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2837,7 +2837,7 @@ x_window (f)
#ifdef HAVE_X_I18N
FRAME_XIC (f) = NULL;
-if (use_xim)
+ if (use_xim)
{
BLOCK_INPUT;
create_frame_xic (f);