/[emacs]/emacs/src/xterm.h
ViewVC logotype

Diff of /emacs/src/xterm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.143 by kfstorm, Sun Mar 16 20:47:08 2003 UTC revision 1.144 by kfstorm, Fri Mar 21 13:52:57 2003 UTC
# Line 526  struct x_output Line 526  struct x_output
526    Cursor text_cursor;    Cursor text_cursor;
527    Cursor nontext_cursor;    Cursor nontext_cursor;
528    Cursor modeline_cursor;    Cursor modeline_cursor;
529    Cursor cross_cursor;    Cursor hand_cursor;
530    Cursor hourglass_cursor;    Cursor hourglass_cursor;
531    Cursor horizontal_drag_cursor;    Cursor horizontal_drag_cursor;
532    
# Line 644  struct x_output Line 644  struct x_output
644    int focus_state;    int focus_state;
645  };  };
646    
647    #define No_Cursor (None)
648    
649  enum  enum
650  {  {
651    /* Values used as a bit mask, BOTH == WIDTH | HEIGHT.  */    /* Values used as a bit mask, BOTH == WIDTH | HEIGHT.  */
# Line 1058  extern void cancel_mouse_face P_ ((struc Line 1060  extern void cancel_mouse_face P_ ((struc
1060  extern void x_scroll_bar_clear P_ ((struct frame *));  extern void x_scroll_bar_clear P_ ((struct frame *));
1061  extern void x_start_queuing_selection_requests P_ ((Display *));  extern void x_start_queuing_selection_requests P_ ((Display *));
1062  extern void x_stop_queuing_selection_requests P_ ((Display *));  extern void x_stop_queuing_selection_requests P_ ((Display *));
 extern void x_update_cursor P_ ((struct frame *, int));  
1063  extern int x_text_icon P_ ((struct frame *, char *));  extern int x_text_icon P_ ((struct frame *, char *));
1064  extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object));  extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
1065  extern int x_catch_errors P_ ((Display *));  extern int x_catch_errors P_ ((Display *));
# Line 1084  extern void x_wm_set_icon_pixmap P_ ((st Line 1085  extern void x_wm_set_icon_pixmap P_ ((st
1085  extern void x_wm_set_icon_position P_ ((struct frame *, int, int));  extern void x_wm_set_icon_position P_ ((struct frame *, int, int));
1086  extern void x_delete_display P_ ((struct x_display_info *));  extern void x_delete_display P_ ((struct x_display_info *));
1087  extern void x_initialize P_ ((void));  extern void x_initialize P_ ((void));
 extern void x_display_cursor P_ ((struct window *, int, int, int, int, int));  
1088  extern unsigned long x_copy_color P_ ((struct frame *, unsigned long));  extern unsigned long x_copy_color P_ ((struct frame *, unsigned long));
1089  #ifdef USE_X_TOOLKIT  #ifdef USE_X_TOOLKIT
1090  extern XtAppContext Xt_app_con;  extern XtAppContext Xt_app_con;

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26