Mercurial > emacs
diff src/w32term.h @ 50037:bb427a9406c3
(struct w32_display_info): Add xrdb member to support passing resources via -xrm
on Windows.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 06 Mar 2003 12:56:56 +0000 |
| parents | 23a1cea22d13 |
| children | 2b702ff059f8 |
line wrap: on
line diff
--- a/src/w32term.h Thu Mar 06 10:52:39 2003 +0000 +++ b/src/w32term.h Thu Mar 06 12:56:56 2003 +0000 @@ -134,6 +134,9 @@ /* The cursor to use for vertical scroll bars. */ Cursor vertical_scroll_bar_cursor; + /* Resource data base */ + char *xrdb; + /* color palette information. */ int has_palette; struct w32_palette_entry * color_list;
