diff options
| -rw-r--r-- | src/w32term.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index c9960420597..470c9d0a04a 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -6204,7 +6204,6 @@ w32_term_init (display_name, xrm_option, resource_name) | |||
| 6204 | dpyinfo->resx = GetDeviceCaps (hdc, LOGPIXELSX); | 6204 | dpyinfo->resx = GetDeviceCaps (hdc, LOGPIXELSX); |
| 6205 | dpyinfo->resy = GetDeviceCaps (hdc, LOGPIXELSY); | 6205 | dpyinfo->resy = GetDeviceCaps (hdc, LOGPIXELSY); |
| 6206 | dpyinfo->has_palette = GetDeviceCaps (hdc, RASTERCAPS) & RC_PALETTE; | 6206 | dpyinfo->has_palette = GetDeviceCaps (hdc, RASTERCAPS) & RC_PALETTE; |
| 6207 | dpyinfo->terminal->image_cache = make_image_cache (); | ||
| 6208 | ReleaseDC (GetDesktopWindow (), hdc); | 6207 | ReleaseDC (GetDesktopWindow (), hdc); |
| 6209 | 6208 | ||
| 6210 | /* initialise palette with white and black */ | 6209 | /* initialise palette with white and black */ |