emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/macterm.h
Date: Sun, 16 Mar 2003 15:49:51 -0500

Index: emacs/src/macterm.h
diff -c emacs/src/macterm.h:1.3 emacs/src/macterm.h:1.4
*** emacs/src/macterm.h:1.3     Tue Feb  4 09:03:13 2003
--- emacs/src/macterm.h Sun Mar 16 15:49:50 2003
***************
*** 402,409 ****
--- 402,413 ----
  
  typedef struct mac_output mac_output;
  
+ /* Return the X output data for frame F.  */
+ #define FRAME_X_OUTPUT(f) ((f)->output_data.mac)
+ 
  /* Return the Mac window used for displaying data in frame F.  */
  #define FRAME_MAC_WINDOW(f) ((f)->output_data.mac->mWP)
+ #define FRAME_X_WINDOW(f) ((f)->output_data.mac->mWP)
  
  #define FRAME_FOREGROUND_PIXEL(f) ((f)->output_data.x->foreground_pixel)
  #define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel)
***************
*** 426,431 ****
--- 430,436 ----
  
  /* This is the `Display *' which frame F is on.  */
  #define FRAME_MAC_DISPLAY(f) (0)
+ #define FRAME_X_DISPLAY(f) (0)
  
  /* This is the 'font_info *' which frame F has.  */
  #define FRAME_MAC_FONT_TABLE(f) (FRAME_MAC_DISPLAY_INFO (f)->font_table)
***************
*** 647,650 ****
--- 652,658 ----
                          - (f)->output_data.mac->internal_border_width)))
  
  struct frame * check_x_frame (Lisp_Object);
+ 
+ #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0
+ #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0
  




reply via email to

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