Mercurial > emacs
comparison src/ChangeLog @ 96403:4b6d1b55f59c
* w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
(pfnSetLayeredWindowAttributes): New function pointer.
(w32_initialize): Initialize it when supported.
(x_set_frame_alpha): New function.
* w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
(w32_frame_parm_handlers): Set alpha handler.
* frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 28 Jun 2008 23:54:27 +0000 |
parents | 01647003e227 |
children | e8f9b8f1538f |
comparison
equal
deleted
inserted
replaced
96402:7f88a1df4a80 | 96403:4b6d1b55f59c |
---|---|
1 2008-06-28 Jason Rumney <jasonr@gnu.org> | |
2 | |
3 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer. | |
4 (pfnSetLayeredWindowAttributes): New function pointer. | |
5 (w32_initialize): Initialize it when supported. | |
6 (x_set_frame_alpha): New function. | |
7 | |
8 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'. | |
9 (w32_frame_parm_handlers): Set alpha handler. | |
10 | |
11 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha. | |
12 | |
1 2008-06-27 Jason Rumney <jasonr@gnu.org> | 13 2008-06-27 Jason Rumney <jasonr@gnu.org> |
2 | 14 |
3 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight) | 15 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight) |
4 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions. | 16 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions. |
5 (w32_to_x_charset, x_to_w32_charset) | 17 (w32_to_x_charset, x_to_w32_charset) |