* w32term.c (x_draw_hollow_cursor): Delay obtaining the frame's DC
to avoid returning without releasing it.
-
+
2000-12-21 Kenichi Handa <handa@etl.go.jp>
* keymap.c (push_key_description): Don't convert eight-bit-control
if (hbdf_cp_heap == INVALID_HANDLE_VALUE)
hbdf_cp_heap = HeapCreate(0, BDF_CODEPOINT_HEAP_INITIAL_SIZE, 0);
- if (hbdf_bmp_heap = INVALID_HANDLE_VALUE)
+ if (hbdf_bmp_heap == INVALID_HANDLE_VALUE)
hbdf_bmp_heap = HeapCreate(0, BDF_BITMAP_HEAP_INITIAL_SIZE, 0);
if (!hbdf_cp_heap || !hbdf_bmp_heap)