emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h
Date: Fri, 21 Mar 2003 08:52:57 -0500

Index: emacs/src/xterm.h
diff -c emacs/src/xterm.h:1.143 emacs/src/xterm.h:1.144
*** emacs/src/xterm.h:1.143     Sun Mar 16 15:47:08 2003
--- emacs/src/xterm.h   Fri Mar 21 08:52:57 2003
***************
*** 526,532 ****
    Cursor text_cursor;
    Cursor nontext_cursor;
    Cursor modeline_cursor;
!   Cursor cross_cursor;
    Cursor hourglass_cursor;
    Cursor horizontal_drag_cursor;
  
--- 526,532 ----
    Cursor text_cursor;
    Cursor nontext_cursor;
    Cursor modeline_cursor;
!   Cursor hand_cursor;
    Cursor hourglass_cursor;
    Cursor horizontal_drag_cursor;
  
***************
*** 644,649 ****
--- 644,651 ----
    int focus_state;
  };
  
+ #define No_Cursor (None)
+ 
  enum
  {
    /* Values used as a bit mask, BOTH == WIDTH | HEIGHT.  */
***************
*** 1058,1064 ****
  extern void x_scroll_bar_clear P_ ((struct frame *));
  extern void x_start_queuing_selection_requests P_ ((Display *));
  extern void x_stop_queuing_selection_requests P_ ((Display *));
- extern void x_update_cursor P_ ((struct frame *, int));
  extern int x_text_icon P_ ((struct frame *, char *));
  extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
  extern int x_catch_errors P_ ((Display *));
--- 1060,1065 ----
***************
*** 1084,1090 ****
  extern void x_wm_set_icon_position P_ ((struct frame *, int, int));
  extern void x_delete_display P_ ((struct x_display_info *));
  extern void x_initialize P_ ((void));
- extern void x_display_cursor P_ ((struct window *, int, int, int, int, int));
  extern unsigned long x_copy_color P_ ((struct frame *, unsigned long));
  #ifdef USE_X_TOOLKIT
  extern XtAppContext Xt_app_con;
--- 1085,1090 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]