#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)
/* 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;
/* 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;