comparison src/xfns.c @ 103705:bc2b1f7e7bc0

Fix typo.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 03 Jul 2009 11:17:44 +0000
parents 6a4e411bd83b
children 795208dc99c5
comparison
equal deleted inserted replaced
103704:6a4e411bd83b 103705:bc2b1f7e7bc0
2702 f->name = Qnil; 2702 f->name = Qnil;
2703 x_set_name (f, name, explicit); 2703 x_set_name (f, name, explicit);
2704 } 2704 }
2705 2705
2706 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), 2706 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2707 f->output.x->current_cursor = f->output_data.x->text_cursor); 2707 f->output_data.x->current_cursor
2708 = f->output_data.x->text_cursor);
2708 2709
2709 UNBLOCK_INPUT; 2710 UNBLOCK_INPUT;
2710 2711
2711 /* This is a no-op, except under Motif. Make sure main areas are 2712 /* This is a no-op, except under Motif. Make sure main areas are
2712 set to something reasonable, in case we get an error later. */ 2713 set to something reasonable, in case we get an error later. */