diff options
| author | Juanma Barranquero | 2003-03-06 12:56:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-03-06 12:56:56 +0000 |
| commit | 7114765394405bc9f6a7af47691e9c8048c2665e (patch) | |
| tree | 3bce4e8f66991f5c433d91ebab64253bed01e90e /src | |
| parent | a82c12670e4ca879f219f5ff47ae2b2eeb50d8d5 (diff) | |
| download | emacs-7114765394405bc9f6a7af47691e9c8048c2665e.tar.gz emacs-7114765394405bc9f6a7af47691e9c8048c2665e.zip | |
(struct w32_display_info): Add xrdb member to support passing resources via -xrm
on Windows.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h index 667bf9a5b45..35aeec62052 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -134,6 +134,9 @@ struct w32_display_info | |||
| 134 | /* The cursor to use for vertical scroll bars. */ | 134 | /* The cursor to use for vertical scroll bars. */ |
| 135 | Cursor vertical_scroll_bar_cursor; | 135 | Cursor vertical_scroll_bar_cursor; |
| 136 | 136 | ||
| 137 | /* Resource data base */ | ||
| 138 | char *xrdb; | ||
| 139 | |||
| 137 | /* color palette information. */ | 140 | /* color palette information. */ |
| 138 | int has_palette; | 141 | int has_palette; |
| 139 | struct w32_palette_entry * color_list; | 142 | struct w32_palette_entry * color_list; |