comparison src/xdisp.c @ 111438:381161c05d64

* src/xdisp.c (note_mode_line_or_margin_highlight): Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
author Jan D <jan.h.d@swipnet.se>
date Sun, 07 Nov 2010 12:16:54 +0100
parents 6ce85d43dfda
children 5c986eef8f0d
comparison
equal deleted inserted replaced
111437:1b60252580de 111438:381161c05d64
25069 struct window *w = XWINDOW (window); 25069 struct window *w = XWINDOW (window);
25070 struct frame *f = XFRAME (w->frame); 25070 struct frame *f = XFRAME (w->frame);
25071 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f); 25071 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f);
25072 #ifdef HAVE_WINDOW_SYSTEM 25072 #ifdef HAVE_WINDOW_SYSTEM
25073 Display_Info *dpyinfo; 25073 Display_Info *dpyinfo;
25074 Cursor cursor; 25074 #endif
25075 #else
25076 Cursor cursor = No_Cursor; 25075 Cursor cursor = No_Cursor;
25077 #endif
25078 Lisp_Object pointer = Qnil; 25076 Lisp_Object pointer = Qnil;
25079 int dx, dy, width, height; 25077 int dx, dy, width, height;
25080 EMACS_INT charpos; 25078 EMACS_INT charpos;
25081 Lisp_Object string, object = Qnil; 25079 Lisp_Object string, object = Qnil;
25082 Lisp_Object pos, help; 25080 Lisp_Object pos, help;