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: Mon, 31 Mar 2003 15:34:56 -0500

Index: emacs/src/macterm.h
diff -c emacs/src/macterm.h:1.6 emacs/src/macterm.h:1.7
*** emacs/src/macterm.h:1.6     Mon Mar 24 14:59:08 2003
--- emacs/src/macterm.h Mon Mar 31 15:34:56 2003
***************
*** 53,61 ****
  #define init_process emacs_init_process
  #endif /* MAC_OSX */
  
- /* The class of this X application.  */
- #define EMACS_CLASS "Emacs"
- 
  #define RGB_TO_ULONG(r, g, b) (((r) << 16) | ((g) << 8) | (b))
  
  #define RED_FROM_ULONG(color) ((color) >> 16)
--- 53,58 ----
***************
*** 128,133 ****
--- 125,133 ----
    /* The cursor to use for vertical scroll bars.  */
    Cursor vertical_scroll_bar_cursor;
  
+   /* Resource data base */
+   XrmDatabase xrdb;
+ 
  #if 0
    /* color palette information.  */
    int has_palette;
***************
*** 429,434 ****
--- 429,437 ----
    /* The background for which the above relief GCs were set up.
       They are changed only when a different background is involved.  */
    unsigned long relief_background;
+ 
+   /* See enum below */
+   int want_fullscreen;
  };
  
  typedef struct mac_output mac_output;




reply via email to

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