summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h3
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
/* 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;