And again...
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 3 Jul 2009 11:35:04 +0000 (11:35 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 3 Jul 2009 11:35:04 +0000 (11:35 +0000)
src/xfns.c

index f67b828..4c6aa42 100644 (file)
@@ -2850,7 +2850,8 @@ x_window (f)
   }
 
   XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
-                f->output.x->current_cursor = f->output_data.x->text_cursor);
+                f->output_data.x->current_cursor
+                 = f->output_data.x->text_cursor);
 
   UNBLOCK_INPUT;