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

Diff of /emacs/src/macterm.h

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

revision 1.3 by lektu, Tue Feb 4 14:03:13 2003 UTC revision 1.4 by kfstorm, Sun Mar 16 20:49:50 2003 UTC
# Line 402  struct mac_output { Line 402  struct mac_output {
402    
403  typedef struct mac_output mac_output;  typedef struct mac_output mac_output;
404    
405    /* Return the X output data for frame F.  */
406    #define FRAME_X_OUTPUT(f) ((f)->output_data.mac)
407    
408  /* Return the Mac window used for displaying data in frame F.  */  /* Return the Mac window used for displaying data in frame F.  */
409  #define FRAME_MAC_WINDOW(f) ((f)->output_data.mac->mWP)  #define FRAME_MAC_WINDOW(f) ((f)->output_data.mac->mWP)
410    #define FRAME_X_WINDOW(f) ((f)->output_data.mac->mWP)
411    
412  #define FRAME_FOREGROUND_PIXEL(f) ((f)->output_data.x->foreground_pixel)  #define FRAME_FOREGROUND_PIXEL(f) ((f)->output_data.x->foreground_pixel)
413  #define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel)  #define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel)
# Line 426  typedef struct mac_output mac_output; Line 430  typedef struct mac_output mac_output;
430    
431  /* This is the `Display *' which frame F is on.  */  /* This is the `Display *' which frame F is on.  */
432  #define FRAME_MAC_DISPLAY(f) (0)  #define FRAME_MAC_DISPLAY(f) (0)
433    #define FRAME_X_DISPLAY(f) (0)
434    
435  /* This is the 'font_info *' which frame F has.  */  /* This is the 'font_info *' which frame F has.  */
436  #define FRAME_MAC_FONT_TABLE(f) (FRAME_MAC_DISPLAY_INFO (f)->font_table)  #define FRAME_MAC_FONT_TABLE(f) (FRAME_MAC_DISPLAY_INFO (f)->font_table)
# Line 648  struct scroll_bar { Line 653  struct scroll_bar {
653    
654  struct frame * check_x_frame (Lisp_Object);  struct frame * check_x_frame (Lisp_Object);
655    
656    #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0
657    #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0
658    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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